Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ COPY . .
|
|
16 |
# Expose port 8080 for the Flask app
|
17 |
EXPOSE 8080
|
18 |
|
19 |
-
USER
|
20 |
|
21 |
# Set the entrypoint command to run the Flask app
|
22 |
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"]
|