Skip to content

Commit

Permalink
fix: Correct App image build intermediate target
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Nov 28, 2024
1 parent 73cdf06 commit 0287cba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Build, Test, Deploy

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ COPY --from=build /build/ /app
COPY --from=build /build/package.json /app/package.json
COPY --from=build /build/node_modules /app/node_modules

COPY --from=build-playground /build/.next/standalone/playground /app
COPY --from=build-playground /build/.next/static /app/.next/static
COPY --from=build /build/.next/standalone/playground /app
COPY --from=build /build/.next/static /app/.next/static

ENV NODE_ENV=production

Expand Down

0 comments on commit 0287cba

Please sign in to comment.