mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 03:13:46 +00:00
ci: feat: add separate Dockerfile for FE and BE only
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user