about summary refs log tree commit diff
path: root/Dockerfile
blob: aa866766bebceaf70cb4510e541914e6a66b7fdc (plain)
1
2
3
4
5
6
7
FROM golang:latest 

WORKDIR /home

COPY /src /home/

ENTRYPOINT ["go", "run", "."]