We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83df3b7 commit bde707eCopy full SHA for bde707e
Dockerfile
@@ -25,5 +25,5 @@ COPY . ./
25
# build file을 개발용에서는 불러오지 않기 때문에 개발용에서는 npm start 가능
26
# RUN yarn run build
27
RUN yarn
28
-CMD ["yarn", "dev"]
29
-# CMD ["npm", "start"]
+# RUN yarn run build
+CMD ["yarn", "dev"]
0 commit comments