This commit is contained in:
Witalij Poljatchek 2024-01-11 01:30:59 +01:00
parent fb2e5ff8d1
commit 9715c07626
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ RUN node -v
WORKDIR /app WORKDIR /app
COPY . . COPY . .
FROM nginx FROM nginx
COPY --from=build /app /usr/share/nginx/html/ COPY --from=build /app /usr/share/nginx/html/
RUN rm /etc/nginx/conf.d/default.conf RUN rm /etc/nginx/conf.d/default.conf