Skip to content

Instantly share code, notes, and snippets.

@jdaviderb
Created October 6, 2017 16:56
Show Gist options
  • Save jdaviderb/d950ddea5e108398bf1ebb0a32376750 to your computer and use it in GitHub Desktop.
Save jdaviderb/d950ddea5e108398bf1ebb0a32376750 to your computer and use it in GitHub Desktop.
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