Fix: line break

This commit is contained in:
2025-12-17 01:22:35 +09:00
parent 018c7dce20
commit ed01b58d2e
+3
View File
@@ -19,5 +19,8 @@ RUN touch replied_ids.json
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
# Change line break
RUN find /entrypoint.sh /app -type f -exec sed -i 's/\r$//' {} +
# Run entrypoint
ENTRYPOINT ["/entrypoint.sh"]