automated terminal push

This commit is contained in:
Software Shinobi
2025-03-14 15:46:26 -04:00
parent 2772fd8950
commit ba551064a7
284 changed files with 15015 additions and 0 deletions

27
servers/academy/Dockerfile Executable file
View File

@@ -0,0 +1,27 @@
FROM ubuntu
##
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"]