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