Changes to Dockerfile to fix error in installing MongoDB

This commit is contained in:
Karmaa
2025-03-11 23:11:25 -05:00
parent 76e2642c6f
commit 5d007e05fd
2 changed files with 6 additions and 10 deletions

View File

@@ -1,9 +1,5 @@
#!/bin/bash
# Start MongoDB (it should already be running from the mongo:5 container)
echo "Starting MongoDB..."
# MongoDB will run in a separate container, no need to start it here.
# Start NGINX
echo "Starting NGINX..."
nginx -g "daemon off;" &