Skip to content

Commit

Permalink
Modified dos2unix note
Browse files Browse the repository at this point in the history
  • Loading branch information
shaniwein committed Dec 13, 2023
1 parent 48816a7 commit c6dd1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $ sudo docker login docker.pkg.github.com -u USERNAME
`sudo docker-compose up --build anyway`
This will start the containers. It will take a few minutes until it's done.

Note - If the "anyway" container does not start because of the error: "exec /anyway/docker-entrypoint.sh: no such file or directory", run `dos2unix docker-entrypoint.sh` and go back to step 7.
Note - If the "anyway" container does not start because of the error: "exec /anyway/docker-entrypoint.sh: no such file or directory", run `dos2unix` on all files mentioned in "important" note under the Windows section and go back to step 7.

**8.** **You're all set!** ANYWAY is up and running with the DB data - connect to http://127.0.0.1:8080
Note - you won't see the map since the key works in production.
Expand Down

0 comments on commit c6dd1e2

Please sign in to comment.