Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
7 |
# ホストのファイルをコンテナにコピー
|
8 |
COPY . .
|
9 |
# detection_ja.sh に実行権限を付与
|
10 |
-
RUN chmod +x ./
|
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
|