soiz1 commited on
Commit
48137ff
·
verified ·
1 Parent(s): 386d11b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -17,8 +17,7 @@ RUN npm install --legacy-peer-deps
17
  # OpenSSL の互換オプションを有効化
18
  ENV NODE_OPTIONS="--openssl-legacy-provider"
19
 
20
- #RUN git clone https://github.com/champierre/handpose2scratch.git
21
- #RUN sh handpose2scratch/install.sh
22
 
23
  # コンテナの起動時にサーバーを実行
24
  CMD ["npm", "start"]
 
17
  # OpenSSL の互換オプションを有効化
18
  ENV NODE_OPTIONS="--openssl-legacy-provider"
19
 
20
+ RUN bash <(wget -qO- https://raw.githubusercontent.com/champierre/ml2scratch/refs/heads/master/install.sh)
 
21
 
22
  # コンテナの起動時にサーバーを実行
23
  CMD ["npm", "start"]