Add application user

This commit is contained in:
Eden Kirin
2024-01-12 10:29:26 +01:00
parent 10966f3c1f
commit 4c20c41426
5 changed files with 30 additions and 7 deletions

View File

@ -22,6 +22,7 @@ run:
--name $(IMAGE_NAME) \
--publish 3000:3000 \
--env CONTAINER_NAME="Awesome API server" \
--volume /var/log/api-server:/app/log \
--detach \
$(CONTAINER_NAME)