Skip to content

Commit 1d3a967

Browse files
authored
chore : nginx 경로 수정
1 parent 80ee502 commit 1d3a967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN yarn build
9292
FROM nginx:stable-alpine AS runner
9393

9494
COPY nginx/nginx.conf /etc/nginx/nginx.conf
95-
COPY --from=base /app/dist /usr/share/nginx/html/page
95+
COPY --from=base /app/dist /usr/share/nginx/html/
9696

9797
EXPOSE 3000
9898

0 commit comments

Comments
 (0)