Skip to content

Commit

Permalink
Fix docker build image (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Nov 8, 2024
1 parent 0892c2d commit c9e5240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ ENV APP_VERSION=$app_version
WORKDIR /opt/app

COPY package.json package-lock.json /opt/app/
COPY ./scripts/preflight.sh /opt/app/scripts/preflight.sh

COPY --from=install-stage /opt/app/node_modules /opt/app/node_modules
COPY --from=native-build-stage /opt/app/dist /opt/app/dist
Expand Down

0 comments on commit c9e5240

Please sign in to comment.