Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 175 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 175 Bytes
docker build . --file Dockerfile --tag portfolio-api-image
docker run -p 3333:3333 -e "PORT=3333" --rm --name portfolio-api-container portfolio-api-image