musarehmani100 commited on
Commit
0d57a2e
1 Parent(s): 1042b47

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN set -eux; \
16
  find /usr/local/lib/node_modules/n8n -type f -name "*.ts" -o -name "*.js.map" -o -name "*.vue" | xargs rm -f && \
17
  rm -rf /root/.npm
18
 
19
- COPY chmod 777 docker-entrypoint.sh /
20
 
21
  RUN \
22
  mkdir .n8n && \
 
16
  find /usr/local/lib/node_modules/n8n -type f -name "*.ts" -o -name "*.js.map" -o -name "*.vue" | xargs rm -f && \
17
  rm -rf /root/.npm
18
 
19
+ COPY --chown=755 docker-entrypoint.sh /
20
 
21
  RUN \
22
  mkdir .n8n && \