Spaces:
Sleeping
Sleeping
h3110Fr13nd
commited on
Commit
•
c2280dc
1
Parent(s):
3d82323
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -16,5 +16,7 @@ COPY . .
|
|
16 |
# Expose port 8080 for the Flask app
|
17 |
EXPOSE 8080
|
18 |
|
|
|
|
|
19 |
# Set the entrypoint command to run the Flask app
|
20 |
CMD ["python", "app.py"]
|
|
|
16 |
# Expose port 8080 for the Flask app
|
17 |
EXPOSE 8080
|
18 |
|
19 |
+
USER ROOT
|
20 |
+
|
21 |
# Set the entrypoint command to run the Flask app
|
22 |
CMD ["python", "app.py"]
|