test
This commit is contained in:
parent
3822ce1f7b
commit
315ad2d5bd
|
@ -8,8 +8,8 @@ WORKDIR /app
|
|||
CMD ['pwd']
|
||||
#COPY dist
|
||||
|
||||
#FROM nginx
|
||||
#COPY --from=build dist/ /usr/share/nginx/html/
|
||||
FROM nginx
|
||||
COPY --from=build dist/ /usr/share/nginx/html/
|
||||
|
||||
#RUN rm /etc/nginx/conf.d/default.conf
|
||||
#COPY _nginx/nginx.conf /etc/nginx/conf.d
|
||||
|
|
Loading…
Reference in New Issue