eienmojiki commited on
Commit
cafefc4
·
verified ·
1 Parent(s): e520847

Update Dockerfile

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