Skip to content

Build and run the app using Docker #73

Answered by dxtrous
JohnTan38 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @JohnTan38, the issue is one resulting from your Windows setup. The character \r that you see displayed in your error messages is "carriage return", which means the Unix subsystem/layer you are using does not handle the Windows end-of-line character correctly.

The easiest fix is to save the affected files (docker files, etc.) in text editors which allow you to configure the end-of-line character, and make sure it is set to Unix.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dxtrous
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