init commit
This commit is contained in:
commit
edc0dd01e8
20 changed files with 2920 additions and 0 deletions
10
makefile
Normal file
10
makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
.PHONY: run
|
||||
|
||||
run:
|
||||
RUST_LOG=debug cargo run
|
||||
|
||||
docker-build:
|
||||
docker build . -t smc-website:dev
|
||||
|
||||
docker-run: docker-build
|
||||
docker run -p 8085:80 smc-website:dev
|
Loading…
Add table
Add a link
Reference in a new issue