Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ RUN chmod +x ./detection_ja.sh
|
|
11 |
|
12 |
# detection_ja.sh を実行
|
13 |
RUN ./detection_ja.sh
|
|
|
14 |
|
15 |
RUN apt-get update && apt-get install -y python3 python3-pip
|
16 |
RUN apt-get update && \
|
|
|
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 && \
|