Spaces:
Paused
Paused
mahiatlinux
commited on
Commit
•
f4bc478
1
Parent(s):
182ea33
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 |
|