Skip to content

jlhuerfanor/new-joiner-challenge-tasks

Repository files navigation

Build and deploy to docker

Build docker image

foo@bar:~$ docker build -t njc/tasks:latest .

Deploy container

docker run -d --name=tasks --network="postgres_default" -p 5000:80 \
    -e ConnectionStrings__TaskConnectionString=$TASK_CONNECTION_STRING \
    njc/tasks:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published