Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -21,8 +21,8 @@ ARG github_token
|
|
21 |
# translations ディレクトリを作成し、権限を設定
|
22 |
RUN mkdir -p /app/translations && chmod -R 777 /app/translations
|
23 |
RUN chmod -R 777 /app
|
24 |
-
# 依存関係をインストール(競合を無視)
|
25 |
-
RUN
|
26 |
|
27 |
# OpenSSL の互換オプションを有効化
|
28 |
ENV NODE_OPTIONS="--openssl-legacy-provider"
|
|
|
21 |
# translations ディレクトリを作成し、権限を設定
|
22 |
RUN mkdir -p /app/translations && chmod -R 777 /app/translations
|
23 |
RUN chmod -R 777 /app
|
24 |
+
# 依存関係をインストール(競合を無視) npx npm-check-updates -u &&
|
25 |
+
RUN npm install --legacy-peer-deps
|
26 |
|
27 |
# OpenSSL の互換オプションを有効化
|
28 |
ENV NODE_OPTIONS="--openssl-legacy-provider"
|