This commit is contained in:
Witalij Poljatchek 2024-01-10 23:59:28 +01:00
parent 1c167398a1
commit 2e884a3b90
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ COPY . .
FROM nginx FROM nginx
RUN ls RUN ls
COPY --from=build dist/ /usr/share/nginx/html/ #COPY --from=build . /usr/share/nginx/html/
#RUN rm /etc/nginx/conf.d/default.conf #RUN rm /etc/nginx/conf.d/default.conf
#COPY _nginx/nginx.conf /etc/nginx/conf.d #COPY _nginx/nginx.conf /etc/nginx/conf.d