meepen / salien-bot

Steam Summer Sale 2018 "Salien" minigame bot - runs in console or browser
MIT License
418 stars 104 forks source link

[Docker] Copy the auth token to the image. #85

Closed beshkenadze closed 6 years ago

mrcatspoon commented 6 years ago

Very bad idea. In that way image should be build only localy, but not automaticaly in DockerHub. @tokkenno in #62 proposes create a repo in DockerHub. Also he made a docker-compose.yml that update image automaticly. That mean, we don't need copy instruction in Dockerfile

tokkenno commented 6 years ago

The repo is already created: https://hub.docker.com/r/reimashi/salien-bot/ The gettoken.json is passed to the container as a volume. See the instructions on Docker Hub.