This commit is contained in:
parent
ea251ef43d
commit
0e46c6b65b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue