Skip to content

Repository files navigation

Build and Run with docker

You need docker installed on your machine.

In appseetings.json file change the connection string for your local MySQL Server

"ConnectionStrings": {
    "Work": "server=localhost;database=work;user=user;password=password"
  },

Build and Run

In application root folder Run

docker build -t worknet .
docker run --name WorkNetInstance -d -p 5000:80 worknet

Just it now application running in http://localhost:5000

About

Work toolset in ASP.NET Core 6

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages