soiz1 commited on
Commit
d9b514e
·
verified ·
1 Parent(s): a6a8a76

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN chmod +x ./detection_ja.sh
11
 
12
  # detection_ja.sh を実行
13
  RUN ./detection_ja.sh
14
- RUN find . -type f -regextype posix-extended -regex ".*\.(js|mjs|jsx|json|txt|html|htm|json5|md|css)"
15
 
16
  RUN apt-get update && apt-get install -y python3 python3-pip
17
  RUN apt-get update && \
 
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 && \