Spaces:
Running
Running
DeFactOfficial
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -60,7 +60,7 @@ RUN ln -s /etc/nginx/sites-available/reverse-proxy.conf /etc/nginx/sites-enabled
|
|
60 |
# RUN pm2 delete all
|
61 |
|
62 |
# Start nginx in foreground
|
63 |
-
RUN nginx
|
64 |
|
65 |
# Start all services in background with logging
|
66 |
#cd /code/service1 && ./run.sh > /var/log/service1.log 2>&1 &
|
|
|
60 |
# RUN pm2 delete all
|
61 |
|
62 |
# Start nginx in foreground
|
63 |
+
RUN nginx
|
64 |
|
65 |
# Start all services in background with logging
|
66 |
#cd /code/service1 && ./run.sh > /var/log/service1.log 2>&1 &
|