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