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