Fix shell-in-a-box

This commit is contained in:
slashtechno 2023-08-20 16:48:03 -04:00
parent daae49a3e3
commit d46b50db16
1 changed files with 4 additions and 1 deletions

View File

@ -44,4 +44,7 @@ RUN sed -i 's/SHELLINABOX_ARGS="--no-beep"/SHELLINABOX_ARGS="--no-beep --disable
USER $USERNAME USER $USERNAME
EXPOSE 4200 EXPOSE 4200
#ENTRYPOINT ["service", "shellinabox", "start"] #CMD "/usr/bin/shellinaboxd --port 4200 --no-beep --disable-ssl"
CMD ["/usr/bin/shellinaboxd", "--port", "4200", "--no-beep", "--disable-ssl"]
#ENTRYPOINT ["sudo", "service", "shellinabox", "start"]
#CMD ["sudo", "service", "shellinabox", "start"]