Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 ディレクトリを作成し、権限を設定
|