This commit is contained in:
Witalij Poljatchek 2024-01-11 01:37:19 +01:00
parent 9715c07626
commit 430cdcb417
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ 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