soiz1 commited on
Commit
be06748
·
verified ·
1 Parent(s): 3444b9b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -21,6 +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
  # 依存関係をインストール(競合を無視) npx npm-check-updates -u &&
25
  RUN npm install --legacy-peer-deps
26
 
 
21
  # translations ディレクトリを作成し、権限を設定
22
  RUN mkdir -p /app/translations && chmod -R 777 /app/translations
23
  RUN chmod -R 777 /app
24
+ RUN node --max-old-space-size=4096 node_modules/.bin/webpack
25
+
26
  # 依存関係をインストール(競合を無視) npx npm-check-updates -u &&
27
  RUN npm install --legacy-peer-deps
28