Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 126 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 126 Bytes

Sagui

Build com Dockerfile

docker image build -t api:1.0.0 .
docker container run -p 8080:80 api:1.0.0