soiz1 commited on
Commit
3646f21
·
verified ·
1 Parent(s): 812e63c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN chmod -R 777 /app
18
 
19
  # 依存関係をインストール(競合を無視)
20
  RUN npm install --legacy-peer-deps
21
- RUN cd node_modules/s4s-blocks && npm install && npm run prepublish
22
 
23
  # OpenSSL の互換オプションを有効化
24
  ENV NODE_OPTIONS="--openssl-legacy-provider"
 
18
 
19
  # 依存関係をインストール(競合を無視)
20
  RUN npm install --legacy-peer-deps
21
+ RUN cd node_modules/scratch-blocks && npm install && npm run prepublish
22
 
23
  # OpenSSL の互換オプションを有効化
24
  ENV NODE_OPTIONS="--openssl-legacy-provider"