We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef10f9d commit 008df24Copy full SHA for 008df24
Dockerfile
@@ -8,6 +8,7 @@ RUN npm run generate
8
COPY front/replace_underscore.sh ./
9
RUN ls -l /app/
10
RUN chmod +x /app/replace_underscore.sh
11
+RUN apk add --no-cache dos2unix && dos2unix /app/replace_underscore.sh
12
RUN /app/replace_underscore.sh
13
RUN ls -l /app/.output/public
14
front/replace_underscore.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/sh
2
3
TARGET_DIR="/app/.output/public"
4
# 遍历当前目录及子目录中的所有以 _ 开头的文件
0 commit comments