soiz1 commited on
Commit
47b0bce
·
verified ·
1 Parent(s): be06748

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -16,6 +16,7 @@ RUN apt-get update && \
16
  git lfs install
17
 
18
  RUN ./replace_ja.sh
 
19
 
20
  ARG github_token
21
  # translations ディレクトリを作成し、権限を設定
 
16
  git lfs install
17
 
18
  RUN ./replace_ja.sh
19
+ ENV WEBPACK_VERBOSE=true npm run build
20
 
21
  ARG github_token
22
  # translations ディレクトリを作成し、権限を設定