Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -17,6 +17,8 @@ RUN apt-get update && \
|
|
17 |
|
18 |
RUN ./replace_ja.sh
|
19 |
|
|
|
|
|
20 |
ARG github_token
|
21 |
# translations ディレクトリを作成し、権限を設定
|
22 |
RUN mkdir -p /app/translations && chmod -R 777 /app/translations
|
|
|
17 |
|
18 |
RUN ./replace_ja.sh
|
19 |
|
20 |
+
RUN ./upload.sh
|
21 |
+
|
22 |
ARG github_token
|
23 |
# translations ディレクトリを作成し、権限を設定
|
24 |
RUN mkdir -p /app/translations && chmod -R 777 /app/translations
|