1 Commits

Author SHA1 Message Date
last2014 ed01b58d2e Fix: line break 2025-12-17 01:22:35 +09:00
+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"]