FROM alpine:latest WORKDIR /app COPY workers /app/workers COPY admin.html /app/admin.html RUN chmod +x /app/workers EXPOSE 7860 CMD ["/app/workers"]