Spaces:
Sleeping
Sleeping
Luisnguyen1
commited on
Commit
·
5c60e96
1
Parent(s):
a792a9d
Add updates to docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ COPY . .
|
|
17 |
EXPOSE 5000
|
18 |
|
19 |
# Define the command to run the application
|
20 |
-
CMD ["python", "
|
|
|
17 |
EXPOSE 5000
|
18 |
|
19 |
# Define the command to run the application
|
20 |
+
CMD ["python", "app.py"]
|