Skip to content

Commit

Permalink
Fix image build with demo data (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Nov 8, 2024
1 parent 1cc1e6f commit b2234ad
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 @@ -88,7 +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 ./scripts /opt/app/scripts

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 b2234ad

Please sign in to comment.