Skip to content

Commit

Permalink
Fix build stage using wrong target for verify step
Browse files Browse the repository at this point in the history
  • Loading branch information
webair committed Apr 24, 2024
1 parent 2e1b441 commit 0128e0a
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 @@ -15,7 +15,7 @@ RUN npm run verify

FROM base AS build
WORKDIR /app
COPY --from=verify_app /app /app
COPY --from=verify /app /app
RUN npm run build

FROM base AS release
Expand Down

0 comments on commit 0128e0a

Please sign in to comment.