Created
April 15, 2022 09:13
-
-
Save Develp10/e47e9e71619ad1ae8aec9d0501a8e346 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
server: | |
go run cmd/main.go | |
build: | |
go build -o bin/server cmd/main.go | |
d.up: | |
docker-compose up | |
d.down: | |
docker-compose down | |
d.up.build: | |
docker-compose --build up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment