kilo-k / Dockerfile
yxmiler's picture
Create Dockerfile
3b6c5db verified
raw
history blame contribute delete
77 Bytes
FROM deanxv/kilo2api
WORKDIR /app
ENV PORT=7860
EXPOSE 7860
CMD ["./main"]