Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,4 +32,4 @@ EXPOSE 7860
|
|
32 |
EXPOSE 3000
|
33 |
|
34 |
# Command to run supervisor
|
35 |
-
CMD ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
|
|
32 |
EXPOSE 3000
|
33 |
|
34 |
# Command to run supervisor
|
35 |
+
CMD ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|