Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 102 Bytes

BUILD.md

File metadata and controls

7 lines (4 loc) · 102 Bytes

Building the container:

VER=$(cat ver)

container="jwtservice:$VER"

docker build -t $container .