soiz1 commited on
Commit
cc50143
·
verified ·
1 Parent(s): 8bf1433

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN npm install --legacy-peer-deps
18
  ENV NODE_OPTIONS="--openssl-legacy-provider"
19
  RUN git clone https://github.com/champierre/handpose2scratch.git
20
  RUN sh handpose2scratch/install.sh
21
- RUN npm start
22
  # コンテナの起動時にサーバーを実行
23
  CMD ["npm", "start"]
24
 
 
18
  ENV NODE_OPTIONS="--openssl-legacy-provider"
19
  RUN git clone https://github.com/champierre/handpose2scratch.git
20
  RUN sh handpose2scratch/install.sh
21
+
22
  # コンテナの起動時にサーバーを実行
23
  CMD ["npm", "start"]
24