Add application user
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user