Spaces:
Paused
Paused
mahiatlinux
commited on
Commit
•
e08f038
1
Parent(s):
64c5a0f
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -5,5 +5,9 @@ RUN npm i --omit=dev --no-package-lock
|
|
5 |
USER node
|
6 |
|
7 |
# Set the entry point script as the default command
|
|
|
|
|
8 |
CMD ["python3", "app.py"]
|
|
|
|
|
9 |
EXPOSE 7860
|
|
|
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 |
+
|
13 |
EXPOSE 7860
|