Refactor build steps

This commit is contained in:
Anthony Mineo 2020-03-07 11:01:21 -05:00
parent d17efed959
commit 964b024b02
7 changed files with 57 additions and 21 deletions

View file

@ -4,7 +4,6 @@ version: "3.7"
services:
app:
command: go run /app/main.go
environment:
DATABASE_URL: "postgres://dev:dev@db:5432/t2_stats"
volumes: