This commit is contained in:
parent
76cf530ddf
commit
ea251ef43d
|
@ -5,10 +5,10 @@ RUN node -v
|
||||||
# make the 'app' folder the current working directory
|
# make the 'app' folder the current working directory
|
||||||
WORKDIR /dist
|
WORKDIR /dist
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN echo "$PWD"
|
RUN pwd
|
||||||
FROM nginx
|
FROM nginx
|
||||||
RUN echo "$PWD"
|
RUN pwd
|
||||||
RUN echo "$LS"
|
RUN 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
|
||||||
|
|
Loading…
Reference in New Issue