bhgi commited on
Commit
b1a1cdc
·
verified ·
1 Parent(s): 70101d2

Add Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM ghcr.io/cjackhwang/ds2api:latest
2
+ ENV PORT=7860
3
+ EXPOSE 7860
4
+ CMD ["/usr/local/bin/ds2api"]