This commit is contained in:
parent
f994ec5cd0
commit
76cf530ddf
|
@ -8,10 +8,8 @@ COPY . .
|
||||||
RUN echo "$PWD"
|
RUN echo "$PWD"
|
||||||
FROM nginx
|
FROM nginx
|
||||||
RUN echo "$PWD"
|
RUN echo "$PWD"
|
||||||
|
RUN echo "$LS"
|
||||||
COPY --from=build . /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