🎉 initial commit
This commit is contained in:
7
frontend/Makefile
Normal file
7
frontend/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.PHONY: run build
|
||||
|
||||
build:
|
||||
docker build -t frontend-alpinejs .
|
||||
|
||||
run:
|
||||
docker run -p 8090:8090 frontend-alpinejs
|
||||
Reference in New Issue
Block a user