Spaces:
XCAPI
/
Sleeping

Test / Dockerfile
XCAPI's picture
Create Dockerfile
84752a7 verified
raw
history blame
148 Bytes
FROM alpine:latest
WORKDIR /app
COPY workers /app/workers
COPY templates/ templates/
RUN chmod +x /app/workers
EXPOSE 7860
CMD ["/app/workers"]