2 커밋 57884c20c0 ... 0eaae1f429

작성자 SHA1 메시지 날짜
  Yi 0eaae1f429 feat(components): cicd5 5 달 전
  Yi 57884c20c0 feat(components): cicd5 5 달 전
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -9,7 +9,6 @@ RUN npm install -g typescript@5.1.6
 RUN pnpm install
 RUN pnpm build 
 
-
 FROM nginx:alpine as prod
 WORKDIR /app/kpt-system-web
 RUN ls -l && pwd