added simple makefile
This commit is contained in:
parent
65e5bf16b5
commit
65483bf6e0
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
build:
|
||||||
|
docker build -t foxgirlriley/jellyglass:latest .
|
||||||
|
|
||||||
|
run: build
|
||||||
|
docker run -p 5000:5000 foxgirlriley/jellyglass:latest
|
||||||
Loading…
Add table
Add a link
Reference in a new issue