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 327500c commit f46b04aCopy full SHA for f46b04a
Dockerfile
@@ -9,4 +9,7 @@ RUN npm run build
9
# 빌드된 정적 파일을 호스트 서버의 `/var/www/html`로 복사
10
FROM alpine:latest
11
WORKDIR /app
12
-COPY --from=build /app/dist /var/www/html
+COPY --from=build /app/dist /var/www/html
13
+
14
+# 🚀 컨테이너를 계속 유지하도록 추가
15
+CMD ["tail", "-f", "/dev/null"]
0 commit comments