File size: 252 Bytes
2089547
 
 
 
 
 
 
1
2
3
4
5
6
7
FROM raonigabriel/web-terminal:latest

EXPOSE 7860 4040 80
USER 1001

ENTRYPOINT ["/sbin/tini", "--"]
CMD [ "ttyd", "-s", "3", "-p", "7860", "-t", "titleFixed=/bin/sh", "-t", "rendererType=webgl", "-t", "disableLeaveAlert=true", "/bin/sh", "-i", "-l" ]