This commit is contained in:
parent
430cdcb417
commit
340ff066e4
|
@ -5,6 +5,7 @@ RUN node -v
|
|||
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