Changes to Dockerfile to fix error in installing MongoDB
This commit is contained in:
@@ -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;" &
|
||||
|
||||
Reference in New Issue
Block a user