This commit is contained in:
parent
8f0b3b9cc4
commit
b4fdeaff5a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue