creating first structure of cinema backend server
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
8
server/cinema/Makefile
Normal file
8
server/cinema/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
build:
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
|
||||
watch:
|
||||
dart run build_runner watch --delete-conflicting-outputs
|
||||
|
||||
docker:
|
||||
docker build -t cinema-display .
|
||||
Reference in New Issue
Block a user