From ada588c739b79dbb143155f4a49a77253f84859f Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 19 Apr 2019 18:39:56 +0900 Subject: [PATCH] Fixed working directory in docker config --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c399fc71..65b77a77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \