Skip to content

Commit

Permalink
fix: final after build
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderNekr committed Jun 21, 2024
1 parent 38d81bb commit fc2ee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN pnpm run build
################################################################################
# Create a new stage to run the application with minimal runtime dependencies
# where the necessary files are copied from the build stage.
FROM base as final
FROM build as final

# Use production node environment by default.
ENV NODE_ENV production
Expand Down

0 comments on commit fc2ee1f

Please sign in to comment.