ci: feat: add separate Dockerfile for FE and BE only

This commit is contained in:
2024-03-04 23:22:38 +01:00
parent 0f24f19c71
commit 22270f4bf7
4 changed files with 122 additions and 4 deletions
+2 -2
View File
@@ -13,5 +13,5 @@ RUN yarn build
FROM nginx:latest as proxy
# COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=builder "/src/build" "/usr/share/nginx/html"
COPY --from=builder "/src/build" "/usr/share/nginx/html"
COPY ./nginx.conf /etc/nginx/nginx.conf