Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,4 +5,4 @@ RUN npm i --omit=dev --no-package-lock
|
|
5 |
USER node
|
6 |
|
7 |
# Set the entry point script as the default command
|
8 |
-
CMD
|
|
|
5 |
USER node
|
6 |
|
7 |
# Set the entry point script as the default command
|
8 |
+
CMD ["python3", "app.py"]
|