Created
October 6, 2017 16:56
-
-
Save jdaviderb/d950ddea5e108398bf1ebb0a32376750 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
techteam@CISRV01:~/docker/sbt/warrantxApi$ cat docker-compose.yml | |
version: '3' | |
services: | |
sbt: | |
build: . | |
stdin_open: true | |
tty: true | |
command: bash -c 'sbt start' | |
volumes: | |
- .:/root | |
ports: | |
- "9000:9000" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment