Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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"
|