Skip to content

Commit

Permalink
Update Dockerfile.CI
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Dec 29, 2024
1 parent c361809 commit 8084100
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile.CI
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ COPY go.mod /build
RUN cd /build && go mod download

COPY . /build
RUN cd /build && sed -i "s|.\/pics|${IMG_PATH}|g" config.json \
&& sed -i "s|\"\"|\"${EXHAUST_PATH}\"|g" config.json \
&& sed -i 's/127.0.0.1/0.0.0.0/g' config.json \
&& go build -ldflags="-s -w" -o webp-server .

RUN cd /build && make && make test

0 comments on commit 8084100

Please sign in to comment.