Skip to content
Snippets Groups Projects
Commit ec4ddfe5 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

refactor: remove unused

parent 0550f858
No related branches found
No related tags found
No related merge requests found
...@@ -13,5 +13,4 @@ RUN npm run build ...@@ -13,5 +13,4 @@ RUN npm run build
# --------------> The production image # --------------> The production image
FROM nginxinc/nginx-unprivileged:1.26.0 AS production FROM nginxinc/nginx-unprivileged:1.26.0 AS production
RUN rm -rf /usr/share/nginx/html/*
COPY --from=builder /app/build/ /usr/share/nginx/html/ COPY --from=builder /app/build/ /usr/share/nginx/html/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment