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