soiz1 commited on
Commit
51aaf2c
·
verified ·
1 Parent(s): dc69c6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ COPY . .
10
  EXPOSE 3000
11
 
12
  # 実行コマンド
13
- CMD ["node", "google-drive-cors-proxy.js"]
 
10
  EXPOSE 3000
11
 
12
  # 実行コマンド
13
+ CMD ["node", "index.js"]