Skip to content

Commit

Permalink
#51: Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jul 28, 2024
1 parent c8d1d79 commit 8ea30c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ WORKDIR $GOPATH
ENV IM_HOME /usr/local/bin

VOLUME /go/src/github.com/Pixboost/transformimgs/
WORKDIR /go/src/github.com/Pixboost/transformimgs/

RUN cd illustration && \
go install && \
cd ../
WORKDIR /go/src/github.com/Pixboost/transformimgs/illustration

RUN go install

WORKDIR /go/src/github.com/Pixboost/transformimgs/

ENTRYPOINT ["sh", "/go/src/github.com/Pixboost/transformimgs/run.sh"]

0 comments on commit 8ea30c3

Please sign in to comment.