mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
initial commit
This commit is contained in:
8
Makefile
Normal file
8
Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
DEV_IMAGE = local/pspy-dev:latest
|
||||
PROJECT_DIR = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
||||
|
||||
build-dev:
|
||||
docker build -f docker/Dockerfile -t $(DEV_IMAGE) .
|
||||
|
||||
dev:
|
||||
docker run -it --rm -v $(PROJECT_DIR):/go/src/github.com/dominicbreuker/pspy $(DEV_IMAGE)
|
||||
Reference in New Issue
Block a user