soiz1 commited on
Commit
0e3bdec
·
verified ·
1 Parent(s): bae4d64

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,6 +18,7 @@ RUN chmod -R 777 /app
18
 
19
  # 依存関係をインストール(競合を無視)
20
  RUN npm install --legacy-peer-deps
 
21
 
22
  # OpenSSL の互換オプションを有効化
23
  ENV NODE_OPTIONS="--openssl-legacy-provider"
 
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"