Update docker run syntax.

This commit is contained in:
jowj 2018-06-01 19:42:19 -05:00
parent 04eb39abf5
commit 5b943c3669

View File

@ -9,4 +9,4 @@
- name: Build from the latest version
command: cd ~/mojojojo-bot && docker build -t mojo -f docker/dockerfile .
- name: Run the newly built docker container
command: docker container run --restart "always" mojo -e "SLACK_BOT_TOKEN={{ VAULT_SLACK_BOT_TOKEN }}"
command: docker container run -e "SLACK_BOT_TOKEN={{ VAULT_SLACK_BOT_TOKEN }}" --restart "always" mojo