This commit is contained in:
Witalij Poljatchek 2024-01-11 00:03:29 +01:00
parent 8f0b3b9cc4
commit b4fdeaff5a
1 changed files with 2 additions and 4 deletions

View File

@ -9,9 +9,7 @@ COPY . .
FROM nginx FROM nginx
RUN ls RUN ls
RUN ls RUN ls
RUN ls COPY --from=build . /usr/share/nginx/html/
RUN ls RUN ls /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