Spaces:
Sleeping
Sleeping
silencewing
commited on
Commit
•
80ffa4f
1
Parent(s):
b4d7b3e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,6 +24,6 @@ PATH=/home/user/.local/bin:$PATH
|
|
24 |
# Set the working directory to the user's home directory
|
25 |
WORKDIR $HOME
|
26 |
RUN mkdir /usr/share/nginx/html/app
|
27 |
-
RUN chown
|
28 |
|
29 |
CMD ["nginx","-g","daemon off;"]
|
|
|
24 |
# Set the working directory to the user's home directory
|
25 |
WORKDIR $HOME
|
26 |
RUN mkdir /usr/share/nginx/html/app
|
27 |
+
RUN chown user /usr/share/nginx/html/app
|
28 |
|
29 |
CMD ["nginx","-g","daemon off;"]
|