Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 203 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 203 Bytes

DockerContainers

How to build docker image

docker build -t igormisic/improject:v1.0.1 -f Dockerfile_improject .

How to push docker image to docker hub

docker push igormisic/improject:v1.0.1