init a Dockerfile
This commit is contained in:
parent
a68287d847
commit
866619c539
3 changed files with 27 additions and 17 deletions
5
Makefile
5
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
CONFIG=Debug
|
||||
FRAMEWORK=net8.0
|
||||
FRAMEWORK=net9.0
|
||||
DESTDIR=/tmp/yavsc
|
||||
|
||||
all:
|
||||
|
|
@ -34,4 +34,7 @@ publish:
|
|||
install: publish
|
||||
sudo chown -R www-data:www-data $(DESTDIR)/srv/www/yavsc
|
||||
|
||||
docker-image:
|
||||
docker build .
|
||||
|
||||
.PHONY:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue