Replace golang api server with python

This commit is contained in:
Eden Kirin
2024-01-10 17:37:48 +01:00
parent 3d3dbd19f0
commit 1027162e39
10 changed files with 43 additions and 208 deletions

View File

@ -11,7 +11,6 @@ run:
@docker run \
--name $(IMAGE_NAME) \
--publish 3000:3000 \
--env PORT=3000 \
--env CONTAINER_NAME="Awesome API server" \
$(CONTAINER_NAME)