This commit is contained in:
parent
662c6e3500
commit
1c167398a1
|
@ -7,6 +7,7 @@ COPY . .
|
|||
|
||||
|
||||
FROM nginx
|
||||
RUN ls
|
||||
COPY --from=build dist/ /usr/share/nginx/html/
|
||||
|
||||
#RUN rm /etc/nginx/conf.d/default.conf
|
||||
|
|
Loading…
Reference in New Issue