Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ ARG github_token
|
|
19 |
# translations ディレクトリを作成し、権限を設定
|
20 |
RUN mkdir -p /app/translations && chmod -R 777 /app/translations
|
21 |
RUN chmod -R 777 /app
|
22 |
-
|
23 |
# 依存関係をインストール(競合を無視)
|
24 |
RUN npm install --legacy-peer-deps
|
25 |
|
|
|
19 |
# translations ディレクトリを作成し、権限を設定
|
20 |
RUN mkdir -p /app/translations && chmod -R 777 /app/translations
|
21 |
RUN chmod -R 777 /app
|
22 |
+
RUN npm install -D @webpack-cli/serve
|
23 |
# 依存関係をインストール(競合を無視)
|
24 |
RUN npm install --legacy-peer-deps
|
25 |
|