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

WORKDIR /home

COPY . /home

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