soiz1 commited on
Commit
522e548
·
verified ·
1 Parent(s): eef68ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ ARG github_token
21
  # translations ディレクトリを作成し、権限を設定
22
  RUN mkdir -p /app/translations && chmod -R 777 /app/translations
23
  RUN chmod -R 777 /app
24
-
25
  # 依存関係をインストール(競合を無視) npx npm-check-updates -u &&
26
  RUN npm install --legacy-peer-deps
27
 
 
21
  # translations ディレクトリを作成し、権限を設定
22
  RUN mkdir -p /app/translations && chmod -R 777 /app/translations
23
  RUN chmod -R 777 /app
24
+ RUN npm install --save @babel/runtime
25
  # 依存関係をインストール(競合を無視) npx npm-check-updates -u &&
26
  RUN npm install --legacy-peer-deps
27