This commit is contained in:
Witalij Poljatchek 2024-01-10 23:16:46 +01:00
parent ea251ef43d
commit 0e46c6b65b
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ RUN node -v
WORKDIR /dist WORKDIR /dist
COPY . . COPY . .
RUN pwd RUN pwd
RUN ls
FROM nginx FROM nginx
RUN pwd RUN pwd
RUN ls RUN ls