This commit is contained in:
parent
1c167398a1
commit
2e884a3b90
|
@ -8,7 +8,7 @@ COPY . .
|
|||
|
||||
FROM nginx
|
||||
RUN ls
|
||||
COPY --from=build dist/ /usr/share/nginx/html/
|
||||
#COPY --from=build . /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