Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed01b58d2e |
@@ -19,5 +19,8 @@ RUN touch replied_ids.json
|
|||||||
COPY ./entrypoint.sh /entrypoint.sh
|
COPY ./entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
|
# Change line break
|
||||||
|
RUN find /entrypoint.sh /app -type f -exec sed -i 's/\r$//' {} +
|
||||||
|
|
||||||
# Run entrypoint
|
# Run entrypoint
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
Reference in New Issue
Block a user