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 c491785 commit 99ae17f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +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.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 99ae17f

Please sign in to comment.