Skip to content

Commit

Permalink
docker ?????
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Aug 27, 2023
1 parent 99ae17f commit 8f76c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apk update && apk add --no-cache gettext dos2unix
############################################
RUN chown -R node:node /srv/app
USER node
COPY --chown=node:node ["babel.config.js", "jest.config.js", "lint-staged.config.js", "package.json", "package-lock.json", "postcss.config.js", "prettier.config.js", "tsconfig.json", "webpack.common.js", "webpack.prod.js", "webpack.config.js", "./"]
COPY --chown=node:node ["babel.config.js", "jest.config.js", "lint-staged.config.js", "package.json", "package-lock.json", "postcss.config.js", "prettier.config.js", "tsconfig.json", "webpack.dev.js", "webpack.common.js", "webpack.prod.js", "webpack.config.js", "./"]
COPY --chown=node:node [ "./docker/entrypoint.sh", "./entrypoint.sh"]
# COPY --chown=node:node [ "public", "public"]
COPY --chown=node:node [ "src", "src"]
Expand Down

0 comments on commit 8f76c9f

Please sign in to comment.