File size: 146 Bytes
174d6d5
 
 
 
 
 
1
2
3
4
5
6
FROM xyhelper/xyhelper-web:latest
WORKDIR /app
RUN mkdir -p data/sessions  && chmod 777 data/sessions

EXPOSE 8080
CMD ["/bin/sh", "-c" ,"./main"]