Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -36,4 +36,5 @@ EXPOSE 8888/tcp
|
|
| 36 |
|
| 37 |
USER webssh
|
| 38 |
|
| 39 |
-
CMD
|
|
|
|
|
|
| 36 |
|
| 37 |
USER webssh
|
| 38 |
|
| 39 |
+
# Modify the CMD instruction to use an array format
|
| 40 |
+
CMD ["python", "run.py"]
|