soiz1 commited on
Commit
f711c43
·
verified ·
1 Parent(s): b154cb0

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
  # detection_ja.sh に実行権限を付与
10
- RUN chmod +x ./detection_ja.sh
11
 
12
  RUN ./replace_ja.sh
13
  RUN apt-get update && apt-get install -y python3 python3-pip
 
7
  # ホストのファイルをコンテナにコピー
8
  COPY . .
9
  # detection_ja.sh に実行権限を付与
10
+ RUN chmod +x ./replace_ja.sh
11
 
12
  RUN ./replace_ja.sh
13
  RUN apt-get update && apt-get install -y python3 python3-pip