soiz1 commited on
Commit
658e8df
·
verified ·
1 Parent(s): 48137ff

Update Dockerfile

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