This commit is contained in:
parent
95e1056816
commit
92daa55309
|
@ -4,6 +4,7 @@
|
|||
FROM nginx
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
COPY --from=build /app/dist /usr/share/nginx/html/
|
||||
#COPY --from=build /app/dist /usr/share/nginx/html/
|
||||
COPY /app/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