chore: change start method

This commit is contained in:
2024-10-20 16:27:55 +09:00
parent 98f73591d1
commit 5cc110420b
3 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ COPY src /app/src
RUN npm i
CMD ["npm", "run", "run"]
CMD ["npm", "run", "start"]