Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 248 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 248 Bytes

fint-kontroll-mock-service

usage

Build image:

$ docker build -t fint-mock .

Run container:

$ docker run --name fint-data -d -p 3000:3000 fint-mock

Start/Stop container

$ docker start fint-data

$ docker stop fint-data