Skip to content

Commit

Permalink
fix: remove nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufseyrek committed Jun 27, 2024
1 parent b9eb23d commit 37786c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ RUN yarn build
#Stage 2
FROM nginx:1.19.0

COPY . /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf

WORKDIR /usr/share/nginx/html

RUN rm -rf ./*
Expand Down

0 comments on commit 37786c3

Please sign in to comment.