Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
| 7 |
# ホストのファイルをコンテナにコピー
|
| 8 |
COPY . .
|
| 9 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
| 10 |
-
|
| 11 |
# translations ディレクトリを作成し、権限を設定
|
| 12 |
RUN mkdir -p /app/translations && chmod -R 777 /app/translations
|
| 13 |
RUN chmod -R 777 /app
|
|
|
|
| 7 |
# ホストのファイルをコンテナにコピー
|
| 8 |
COPY . .
|
| 9 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
| 10 |
+
ARG github_token
|
| 11 |
# translations ディレクトリを作成し、権限を設定
|
| 12 |
RUN mkdir -p /app/translations && chmod -R 777 /app/translations
|
| 13 |
RUN chmod -R 777 /app
|