soiz1 commited on
Commit
286113d
·
verified ·
1 Parent(s): 1de00cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 npx npm-check-updates -u && npm install --legacy-peer-deps
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"