automated terminal push

This commit is contained in:
Software Shinobi
2025-03-26 07:28:23 -04:00
parent 2c326c3519
commit 1042d3251c
68 changed files with 2 additions and 354 deletions

27
server/Dockerfile Executable file
View File

@@ -0,0 +1,27 @@
FROM ubuntu:noble
##
WORKDIR /
COPY /provision /
##
ARG DEBIAN_FRONTEND=noninteractive
##
COPY /provision/provision.bash provision.bash
RUN bash provision.bash
##
##COPY /provision/bashrc /tmp/.bashrc
##
EXPOSE 22
CMD ["/usr/sbin/sshd","-D"]