Skip to content

Commit

Permalink
add package.json to the release image
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenasm committed Jan 1, 2025
1 parent 8b6923a commit bfd49c4
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 @@ -19,9 +19,9 @@ RUN elm make Main.elm --output=client/index.js

FROM base AS release
ENV LEGO_PATH=/lego-files

COPY --from=dependencies /home/node/app/node_modules node_modules
COPY --from=elm-build /home/node/app/elm-client/client/ client
COPY package.json package.json
COPY server server
COPY server.sh server.sh
COPY healthcheck.sh healthcheck.sh
Expand Down

0 comments on commit bfd49c4

Please sign in to comment.