Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 859 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 859 Bytes

Go Report Card Watch the video

RUNNING CONTAINER

In Order to build the container you will need to run this command: docker build -t ImageName .

The tag will default to latest if you run docker image ls, in order to run our container we will need to run this command: docker run --publish port:8080 --name ContainerName --rm ImageName

THE ONLINE WEBSITE IS BELOW: http://golangtranslate.captain.dev.siko408.com