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