feat: front-end files bulding (#1098)

Co-authored-by: Aramayis <>
This commit is contained in:
Aramayis
2022-12-17 16:49:49 +04:00
committed by GitHub
parent 7447cc24f9
commit 57bdbd2897
3 changed files with 25 additions and 8 deletions

View File

@ -1,7 +1,9 @@
ARG BASE_IMAGE
FROM $BASE_IMAGE as build
FROM nginx:1.17-alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY ./ /var/www
COPY --from=build /var/www /var/www
COPY ./uffizzi/nginx/nginx /etc/nginx/conf.d/