Added error logging

This commit is contained in:
Artyom Belousov 2019-11-02 22:49:32 +03:00
parent 4ad7d8286e
commit 8830920900
6 changed files with 47 additions and 7 deletions

View file

@ -1,6 +1,6 @@
FROM golang:latest
COPY . ./go-mtg-vk
WORKDIR go-mtg-vk
ENTRYPOINT ./run.sh
COPY . /go/src/go-mtg-vk
WORKDIR /go/src/go-mtg-vk
RUN mkdir logs
ENTRYPOINT ./run.sh