chat / Dockerfile
dongsiqie's picture
Create Dockerfile
174d6d5 verified
Raw
History Blame Contribute Delete
146 Bytes
FROM xyhelper/xyhelper-web:latest
WORKDIR /app
RUN mkdir -p data/sessions && chmod 777 data/sessions
EXPOSE 8080
CMD ["/bin/sh", "-c" ,"./main"]