Updated makefile

pull/11/head
Mark 2023-09-22 11:22:36 -07:00
parent e5525adcca
commit 2531524ffd
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,5 @@ publish:
cargo publish
docker: wasm
docker build ./server -t git.betalupi.com/mark/daisy
docker build ./server -t git.betalupi.com/mark/daisy --no-cache
docker push git.betalupi.com/mark/daisy