We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f05719 commit e98c58eCopy full SHA for e98c58e
Dockerfile
@@ -10,8 +10,5 @@ RUN npm run build
10
FROM nginx:1.23-alpine
11
COPY --from=build /app/build /usr/share/nginx/html
12
13
-# Nginx 설정 추가 (캐싱 설정 및 gzip 활성화)
14
-COPY nginx.conf /etc/nginx/conf.d/default.conf
15
-
16
# 🚀 컨테이너를 계속 유지하도록 추가
17
CMD ["nginx", "-g", "daemon off;"]
0 commit comments