v1.1.0 #7

Merged
last2014 merged 17 commits from develop into main 2025-12-18 14:27:13 +00:00
Showing only changes of commit df715a8502 - Show all commits
+1 -3
View File
@@ -33,9 +33,7 @@ RUN cat <<EOF > /app/config.json
EOF
# Change line break
RUN find /app -type f -print0 \
| xargs -0 grep -Il "$(printf '\r')" \
| xargs -0 sed -i 's/\r$//'
RUN find /app -type f -exec sed -i 's/\r$//' {} \;
# Run
CMD [ "npm", "start" ]