Skip to content

Commit

Permalink
Rename final build stage to prod for CI/CD pipeline setup
Browse files Browse the repository at this point in the history
  • Loading branch information
anojht authored Jan 21, 2024
1 parent d7cd59c commit 6faf1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN --mount=target=/var/www/app/node_modules,type=cache \
&& mv /var/www/app/storage $BAK_STORAGE_PATH \
&& mv /var/www/app/public $BAK_PUBLIC_PATH

FROM phpbuild as prodbuild
FROM phpbuild as prod

COPY --from=dependencybuild --chown=$INVOICENINJA_USER:$INVOICENINJA_USER /var/www/app /var/www/app

Expand Down

0 comments on commit 6faf1dc

Please sign in to comment.