tdmalone / slackemon

Inspired by Pokémon Go, now you can catch and battle Pokémon with your teammates on Slack!
GNU General Public License v3.0
10 stars 3 forks source link

Fix comments in Dockerfile #12

Closed Naramsim closed 7 years ago

Naramsim commented 7 years ago

I leave here another time the instruction to run it.

docker build -t slackemon .
docker run -p 80:80 -v ${PWD}:/var/www/html -it --rm --env-file ./.env --name slackemonInstance slackemon

I'm on windows, so ${PWD} gives me the absolute current path of my drectory. On linux you have to change it.

Additionally, you can fire a new shell and inspect slackemonInstancewith:

docker exec -it slackemonInstance bash