soiz1 commited on
Commit
3f06b88
·
verified ·
1 Parent(s): 9fd2e7d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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