- need TMDB_API_KEY as environment variable - mount /cache for data persistence Signed-off-by: Peter Siegmund <developer@mars3142.org>
9 lines
180 B
Makefile
9 lines
180 B
Makefile
build:
|
|
dart run build_runner build --delete-conflicting-outputs
|
|
|
|
watch:
|
|
dart run build_runner watch --delete-conflicting-outputs
|
|
|
|
docker: build
|
|
docker build -t cinema-display .
|