debug dockerfile
This commit is contained in:
parent
a090ad705e
commit
b3573a6a31
|
@ -4,9 +4,10 @@ RUN node -v
|
|||
|
||||
# make the 'app' folder the current working directory
|
||||
WORKDIR /dist
|
||||
#COPY dist
|
||||
|
||||
COPY . .
|
||||
CMD [ "pwd" ]
|
||||
FROM nginx
|
||||
CMD [ "pwd" ]
|
||||
COPY --from=build . /usr/share/nginx/html/
|
||||
|
||||
#RUN rm /etc/nginx/conf.d/default.conf
|
||||
|
|
Loading…
Reference in New Issue