caliphdev commited on
Commit
8041f83
1 Parent(s): 7e25159

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN npm install
12
  COPY . .
13
 
14
  COPY --chown=kalip . $HOME/app
15
- RUN chmod -R 777 /home/*
16
 
17
 
18
  EXPOSE 7860
 
12
  COPY . .
13
 
14
  COPY --chown=kalip . $HOME/app
15
+ RUN chmod -R 777 $HOME
16
 
17
 
18
  EXPOSE 7860