This commit is contained in:
Jared Lockhart 2020-04-30 11:55:04 -04:00
Родитель 9e5f77d866
Коммит 6f647265ae
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@ services:
build:
context: ./
dockerfile: ./Dockerfile.development
command: bash -c "/app/bin/wait-for-it.sh db:5432 -- ./bin/download_geolite2.sh;./bin/runsslserver.sh 0:8000"
command: bash -c "/app/bin/wait-for-it.sh db:5432 -- ./bin/runsslserver.sh 0:8000"
links:
- db
networks: