This commit is contained in:
parent
76cf530ddf
commit
ea251ef43d
|
@ -5,10 +5,10 @@ RUN node -v
|
|||
# make the 'app' folder the current working directory
|
||||
WORKDIR /dist
|
||||
COPY . .
|
||||
RUN echo "$PWD"
|
||||
RUN pwd
|
||||
FROM nginx
|
||||
RUN echo "$PWD"
|
||||
RUN echo "$LS"
|
||||
RUN pwd
|
||||
RUN ls
|
||||
COPY --from=build . /usr/share/nginx/html/
|
||||
|
||||
#RUN rm /etc/nginx/conf.d/default.conf
|
||||
|
|
Loading…
Reference in New Issue