You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
139 B

FROM alpine:latest
WORKDIR /app
RUN adduser -S -D -H -h /app -s /sbin/nologin -u 1000 app
3 years ago
ADD api2gpt-mid /app/
3 years ago
CMD ["/app/api2gpt-mid"]