2 lines
99 B
Markdown
2 lines
99 B
Markdown
docker build -t listify:local .
|
|
docker run --env-file .\listify-api\.env -p 8080:80 listify:local |