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

WORKDIR /home

COPY /src /home/

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