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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -9,10 +9,7 @@ COPY . .
9
  # detection_ja.sh に実行権限を付与
10
  RUN chmod +x ./detection_ja.sh
11
 
12
- # detection_ja.sh を実行
13
- RUN ./detection_ja.sh
14
- RUN file -bi ./test_ja.txt
15
-
16
  RUN apt-get update && apt-get install -y python3 python3-pip
17
  RUN apt-get update && \
18
  apt-get install -y git-lfs && \
 
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
14
  RUN apt-get update && \
15
  apt-get install -y git-lfs && \