thisisishara
commited on
Commit
•
b2f8bad
1
Parent(s):
d1feadc
fix permission issues
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
FROM python:3.10
|
3 |
|
4 |
# Set the working directory
|
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Install NGINX
|
|
|
2 |
FROM python:3.10
|
3 |
|
4 |
# Set the working directory
|
5 |
+
USER root
|
6 |
WORKDIR /app
|
7 |
|
8 |
# Install NGINX
|