Skip to content

Commit bde707e

Browse files
committed
[feat] dockerfile
1 parent 83df3b7 commit bde707e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ COPY . ./
2525
# build file을 개발용에서는 불러오지 않기 때문에 개발용에서는 npm start 가능
2626
# RUN yarn run build
2727
RUN yarn
28-
CMD ["yarn", "dev"]
29-
# CMD ["npm", "start"]
28+
# RUN yarn run build
29+
CMD ["yarn", "dev"]

0 commit comments

Comments
 (0)