ci: try fix Composite.Dockerfile

This commit is contained in:
2024-03-08 23:43:48 +01:00
committed by GitHub
parent 8f9d0f1cb5
commit 5f56f34b4e
+2 -2
View File
@@ -6,8 +6,8 @@ EXPOSE 443
ARG FE_TAG=latest ARG FE_TAG=latest
ARG BE_TAG=latest ARG BE_TAG=latest
FROM ghcr.io/morbalint/kemkas-fe:${FE_TAG} as frontend FROM ghcr.io/morbalint/kemkas-fe:$FE_TAG as frontend
FROM ghcr.io/morbalint/kemkas-be:${BE_TAG} as backend FROM ghcr.io/morbalint/kemkas-be:$BE_TAG as backend
FROM base AS final FROM base AS final
COPY --from=backend /app . COPY --from=backend /app .