File size: 279 Bytes
ec8c515
 
 
ab3cbb3
ec8c515
ab3cbb3
 
 
 
 
 
 
 
 
360af6f
 
 
ab3cbb3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FROM raonigabriel/web-terminal:latest

EXPOSE 7681
USER 1001

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