Skip to content

Commit

Permalink
chore: delete duplicate nginx.conf injection
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Dec 11, 2022
1 parent 23b617d commit 4a1d5b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ RUN yarn build

FROM nginx:1.23.1-alpine
COPY --from=build /app/dist /usr/share/nginx/html
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx/nginx.conf /etc/nginx/conf.d
EXPOSE 80
25 changes: 0 additions & 25 deletions nginx/nginx.conf

This file was deleted.

0 comments on commit 4a1d5b9

Please sign in to comment.