dongsiqie commited on
Commit
174d6d5
·
verified ·
1 Parent(s): 7bada62

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ FROM xyhelper/xyhelper-web:latest
2
+ WORKDIR /app
3
+ RUN mkdir -p data/sessions && chmod 777 data/sessions
4
+
5
+ EXPOSE 8080
6
+ CMD ["/bin/sh", "-c" ,"./main"]