This commit is contained in:
parent
5c12f4fe4b
commit
4eef7c6b29
|
@ -6,8 +6,11 @@ RUN node -v
|
||||||
|
|
||||||
RUN pwd
|
RUN pwd
|
||||||
RUN ls
|
RUN ls
|
||||||
#WORKDIR /dist
|
WORKDIR /dist
|
||||||
COPY . .
|
RUN pwd
|
||||||
|
RUN ls
|
||||||
|
|
||||||
|
#COPY . .
|
||||||
|
|
||||||
|
|
||||||
#FROM nginx
|
#FROM nginx
|
||||||
|
|
Loading…
Reference in New Issue