feat: front-end files bulding

This commit is contained in:
Aramayis
2022-11-22 22:25:37 +04:00
parent 7447cc24f9
commit abc66dd768
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/