Skip to content

Commit

Permalink
fix(ci): delete nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 13, 2024
1 parent 9da0684 commit b5bd3e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ COPY package*.json ./
RUN npm ci --silent
COPY . .

# staging environment
FROM nginx:stable
COPY --from=build /app/build /usr/share/nginx/html
COPY nginx.conf /etc/nginx/templates/nginx.conf.template
EXPOSE 5173

0 comments on commit b5bd3e6

Please sign in to comment.