Skip to content

Docker not working #26789

Discussion options

You must be logged in to vote
tonysamperi:

docker run --rm -v ${pwd}:/ts-luxon -w /***/ts-luxon ***/ts-luxon ./docker/workflow.sh

If you want to mount the current working directory, you need to either use ${PWD} (capitals) for the environment variable, or $(pwd) to run the pwd command and use its output. 😉

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants