Skip to content

Commit

Permalink
fix: Docker 404 copy
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Jul 25, 2024
1 parent 0551d2d commit 11f55e8
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", "index.html", "./"]
COPY --chown=node:node [ "package.json", "package-lock.json", "vite.config.ts", "tsconfig.json", "index.html", "404.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 11f55e8

Please sign in to comment.