Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
1858b43
1
Parent(s):
c7ff66d
Update DOCKERFILE.py
Browse files- DOCKERFILE.py +1 -1
DOCKERFILE.py
CHANGED
@@ -30,4 +30,4 @@ COPY . /app
|
|
30 |
EXPOSE 5000
|
31 |
|
32 |
# Define entrypoint script
|
33 |
-
ENTRYPOINT ["python", "./
|
|
|
30 |
EXPOSE 5000
|
31 |
|
32 |
# Define entrypoint script
|
33 |
+
ENTRYPOINT ["python", "./app.py"]
|