Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 146 Bytes

File metadata and controls

14 lines (9 loc) · 146 Bytes

interview-tracker

To build:

docker image build -t interview-tracker .

To run:

docker run -p 5001:5000 -d interview-tracker