Skip to content

Commit 4a1d5b9

Browse files
committed
chore: delete duplicate nginx.conf injection
1 parent 23b617d commit 4a1d5b9

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ RUN yarn build
1010

1111
FROM nginx:1.23.1-alpine
1212
COPY --from=build /app/dist /usr/share/nginx/html
13-
RUN rm /etc/nginx/conf.d/default.conf
14-
COPY nginx/nginx.conf /etc/nginx/conf.d
1513
EXPOSE 80

nginx/nginx.conf

-25
This file was deleted.

0 commit comments

Comments
 (0)