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 8ea30c3 commit c1adc8b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit c1adc8b

Please sign in to comment.