Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
fix(docker): fix dockerfile permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g committed Jul 9, 2019
1 parent f00727c commit 93a2c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:10.16.0-slim
WORKDIR /erxes-integrations
RUN chown -R node:node /erxes-integrations
COPY --chown=node:node . /erxes-integrations
USER node
EXPOSE 3400
Expand Down

0 comments on commit 93a2c42

Please sign in to comment.