Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
slippersheepig authored Jul 5, 2024
1 parent 7aa4591 commit cf117ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ RUN apk add --no-cache git ca-certificates tzdata
RUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone
RUN git clone https://github.com/xqdoo00o/ChatGPT-to-API.git /cta
RUN cd /cta && git reset --hard ea6cbc2f29b3b11cb39bff6952c08ca1d8d279f8
RUN cd /cta && go build

FROM scratch
Expand Down

0 comments on commit cf117ac

Please sign in to comment.