You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 line
265 B

  1. FROM scratch
  2. ENV TLSDEBUG error
  3. EXPOSE 1443
  4. EXPOSE 2443
  5. EXPOSE 3443
  6. EXPOSE 4443
  7. EXPOSE 5443
  8. # GOOS=linux ../go.sh build -v -i .
  9. ADD tris-localserver ./
  10. CMD [ "./tris-localserver", "0.0.0.0:1443", "0.0.0.0:2443", "0.0.0.0:3443", "0.0.0.0:4443", "0.0.0.0:5443" ]