Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -6,3 +6,4 @@ USER node
|
|
| 6 |
|
| 7 |
# Set the entry point script as the default command
|
| 8 |
CMD ["python3", "app.py"]
|
|
|
|
|
|
| 6 |
|
| 7 |
# Set the entry point script as the default command
|
| 8 |
CMD ["python3", "app.py"]
|
| 9 |
+
EXPOSE 7860
|