This commit is contained in:
Witalij Poljatchek 2024-01-10 23:06:59 +01:00
parent 76cf530ddf
commit ea251ef43d
1 changed files with 3 additions and 3 deletions

View File

@ -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