zhengr commited on
Commit
d518f9c
·
verified ·
1 Parent(s): b0cd162

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.95
2
+
3
+ # Expose the port the app runs on
4
+ EXPOSE 8080