Compare commits
No commits in common. "7853ba26859a4e4b4515675b90c04c6ab7705686" and "5c12f4fe4beae3a2a9e6a779eab25d3d6757e0bb" have entirely different histories.
7853ba2685
...
5c12f4fe4b
|
@ -6,10 +6,8 @@ RUN node -v
|
|||
|
||||
RUN pwd
|
||||
RUN ls
|
||||
WORKDIR /dist
|
||||
RUN pwd
|
||||
RUN ls
|
||||
#COPY . .
|
||||
#WORKDIR /dist
|
||||
COPY . .
|
||||
|
||||
|
||||
#FROM nginx
|
||||
|
|
Loading…
Reference in New Issue