BasToTheMax commited on
Commit
33e65c5
·
verified ·
1 Parent(s): f625677

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN useradd --home /home/container container
5
 
6
  COPY . /home/container
7
  RUN chown -R container /home/container
8
- RUN chmod /home/container 777 -R
9
 
10
  USER container
11
  ENV USER=container HOME=/home/container
 
5
 
6
  COPY . /home/container
7
  RUN chown -R container /home/container
8
+ RUN chmod 777 /home/container -R
9
 
10
  USER container
11
  ENV USER=container HOME=/home/container