eienmojiki commited on
Commit
9f3ae3e
·
verified ·
1 Parent(s): ada4bc3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
30
 
31
  WORKDIR /app
32
 
33
- RUN chown -R 1000: /app
34
  COPY --chown=1000 sync-notes.js ./
35
 
36
  RUN npm install -g pm2 && \
 
30
 
31
  WORKDIR /app
32
 
33
+ RUN chown -R 1000 /app
34
  COPY --chown=1000 sync-notes.js ./
35
 
36
  RUN npm install -g pm2 && \