mtg-price-bot/Dockerfile
2019-10-15 00:21:15 +03:00

6 lines
78 B
Docker

FROM golang:latest
COPY . ./go-mtg-vk
WORKDIR go-mtg-vk
ENTRYPOINT ./run.sh