Skip to content

Commit

Permalink
Fixed failing docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmylevell committed Oct 18, 2023
1 parent 7088e30 commit b2bd851
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 [ "package.json", "package-lock.json", "vite.config.ts", "tsconfig.json", "./"]
COPY --chown=node:node [ "package.json", "package-lock.json", "vite.config.ts", "tsconfig.json", "index.html", "./"]
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 b2bd851

Please sign in to comment.