Skip to content
Discussion options

You must be logged in to vote

Ok, problem solved, The problem is Windows line endings (CRLF - \r\n) in the shell script. You can see \r\n in the hexdump output. Linux expects Unix line endings (LF - \n only).

Change the code in Docker file of api_gateway by adding a line to remove line ending will solve this problem:

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Jonjinadsf
Comment options

@rcontesti
Comment options

@Jonjinadsf
Comment options

Answer selected by Jonjinadsf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants