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