This commit is contained in:
parent
ea251ef43d
commit
0e46c6b65b
|
@ -6,6 +6,8 @@ RUN node -v
|
|||
WORKDIR /dist
|
||||
COPY . .
|
||||
RUN pwd
|
||||
RUN ls
|
||||
|
||||
FROM nginx
|
||||
RUN pwd
|
||||
RUN ls
|
||||
|
|
Loading…
Reference in New Issue