soiz1 commited on
Commit
e8de16a
·
verified ·
1 Parent(s): 0d9df3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN chmod -R 777 /app
15
  RUN npm install --legacy-peer-deps
16
 
17
  # OpenSSL の互換オプションを有効化
18
- ENV NODE_OPTIONS="--openssl-legacy-provider"
19
 
20
  RUN npm install scratch-vm@git+https://huggingface.co/datasets/soiz1/s4s-vm
21
  # コンテナの起動時にサーバーを実行
 
15
  RUN npm install --legacy-peer-deps
16
 
17
  # OpenSSL の互換オプションを有効化
18
+ #ENV NODE_OPTIONS="--openssl-legacy-provider"
19
 
20
  RUN npm install scratch-vm@git+https://huggingface.co/datasets/soiz1/s4s-vm
21
  # コンテナの起動時にサーバーを実行