GPTfree api commited on
Commit
afbda33
·
verified ·
1 Parent(s): a8eb0c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -21,3 +21,5 @@ RUN npm run html
21
 
22
  # コンテナのポートを公開(必要に応じて設定)
23
  EXPOSE 3000
 
 
 
21
 
22
  # コンテナのポートを公開(必要に応じて設定)
23
  EXPOSE 3000
24
+
25
+ CMD ["npm", "start"]