Skip to content

Commit e98c58e

Browse files
committed
dockerfile nginx 설정 변경
1 parent 5f05719 commit e98c58e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@ RUN npm run build
1010
FROM nginx:1.23-alpine
1111
COPY --from=build /app/build /usr/share/nginx/html
1212

13-
# Nginx 설정 추가 (캐싱 설정 및 gzip 활성화)
14-
COPY nginx.conf /etc/nginx/conf.d/default.conf
15-
1613
# 🚀 컨테이너를 계속 유지하도록 추가
1714
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)