File size: 143 Bytes
bda6575
2da63ac
 
7898209
 
1f23188
1
2
3
4
5
6
FROM xyhelper/xyhelper-web:latest
WORKDIR /app
RUN mkdir data/sessions  && chmod 777 data/sessions

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