This commit is contained in:
parent
340ff066e4
commit
28a5a82ca6
|
@ -6,6 +6,7 @@ WORKDIR /app
|
|||
COPY . .
|
||||
|
||||
|
||||
|
||||
FROM nginx
|
||||
COPY --from=build /app /usr/share/nginx/html/
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
|
|
Loading…
Reference in New Issue