docker support

This commit is contained in:
hakutaku
2025-08-18 14:12:00 +03:00
parent 89105cfb74
commit a3c1072320
16 changed files with 673 additions and 25 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
include .env
DOCKER_BUILD_COMMAND=docker build --file Dockerfile --no-cache --platform linux/amd64 --tag $(APP_DOCKER_TAG)
up:
$(DOCKER_BUILD_COMMAND) --build-arg APP_ENV=dev .
docker compose --env-file .env up -d