zedservice / Dockerfile
letterm's picture
Update Dockerfile
4dd35b8 verified
raw
history blame contribute delete
92 Bytes
FROM yxmiler/zdservice:latest
WORKDIR /app
ENV PORT=7860
EXPOSE 7860
CMD ["./app_binary"]