File size: 146 Bytes
bda6575
2da63ac
d268977
7898209
 
1f23188
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"]