From c1adc8b8c5eb70be9b9a85956f32fda044a4ae9d Mon Sep 17 00:00:00 2001 From: Dmitry Pokidov <124110+dooman87@users.noreply.github.com> Date: Sun, 28 Jul 2024 22:23:20 +1000 Subject: [PATCH] #51: Fixing build --- Dockerfile.dev | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index f38f369..1e7ed5c 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -109,12 +109,11 @@ WORKDIR $GOPATH ENV IM_HOME /usr/local/bin -VOLUME /go/src/github.com/Pixboost/transformimgs/ - -WORKDIR /go/src/github.com/Pixboost/transformimgs/illustration - +COPY ./illustration /illustration +WORKDIR /illustration RUN go install +VOLUME /go/src/github.com/Pixboost/transformimgs/ WORKDIR /go/src/github.com/Pixboost/transformimgs/ ENTRYPOINT ["sh", "/go/src/github.com/Pixboost/transformimgs/run.sh"]