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