soiz1 commited on
Commit
c2ba0a6
·
verified ·
1 Parent(s): 304c107

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
 
7
  # ホストのファイルをコンテナにコピー
8
  COPY . .
9
- RUN detection_ja.sh
10
  RUN apt-get update && apt-get install -y python3 python3-pip
11
  RUN apt-get update && \
12
  apt-get install -y git-lfs && \
 
6
 
7
  # ホストのファイルをコンテナにコピー
8
  COPY . .
9
+ RUN ./detection_ja.sh
10
  RUN apt-get update && apt-get install -y python3 python3-pip
11
  RUN apt-get update && \
12
  apt-get install -y git-lfs && \