Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
don't require local.env for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Feb 21, 2024
1 parent 330746f commit ca46e91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ services:
- "53060:80"
- "53061:443"
- "53062:2019"
env_file: local.env
env_file:
- path: local.env
required: false
volumes:
- ./:/app
- go-build:/root/.cache/go-build
Expand Down

0 comments on commit ca46e91

Please sign in to comment.