Skip to content

Commit

Permalink
CH-157 Change name of frontend build stage to be more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
condar-metacell committed Dec 9, 2024
1 parent a441b95 commit 23a6fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application-templates/django-ninja/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG MNP_UI
ARG CLOUDHARNESS_FRONTEND_BUILD
ARG CLOUDHARNESS_DJANGO

FROM $MNP_UI AS frontend
FROM $CLOUDHARNESS_FRONTEND_BUILD AS frontend

ARG APP_DIR=/app

Expand Down

0 comments on commit 23a6fed

Please sign in to comment.