Fix: line break
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user