Fixed working directory in docker config

This commit is contained in:
Eduard Urbach 2019-04-19 18:39:56 +09:00
parent d95305f95d
commit ada588c739

View File

@ -5,6 +5,7 @@ FROM blitzprog/aero
RUN git clone --progress --depth=1 https://github.com/animenotifier/database ~/.aero/db/arn
# Download notify.moe dependencies
WORKDIR /home/developer
RUN curl -s -o go.mod https://raw.githubusercontent.com/animenotifier/notify.moe/go/go.mod && \
curl -s -o go.sum https://raw.githubusercontent.com/animenotifier/notify.moe/go/go.sum && \
go mod download && \