soiz1 commited on
Commit
e81484e
·
verified ·
1 Parent(s): f522e95

Update Dockerfile

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