This commit is contained in:
Eden Kirin
2024-01-11 14:25:28 +01:00
parent 516e17a8d8
commit bec5fc997e
4 changed files with 4976 additions and 1374 deletions

View File

@ -1,6 +1,7 @@
IMAGE_NAME=api-server
CONTAINER_NAME=api-server
build: clean
@docker build \
--progress=plain \
@ -8,6 +9,7 @@ build: clean
--tag $(IMAGE_NAME) \
.
run:
@docker run \
--name $(IMAGE_NAME) \
@ -16,6 +18,7 @@ run:
--detach \
$(CONTAINER_NAME)
run-mount-log:
@docker run \
--name $(IMAGE_NAME) \