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