First commit

This commit is contained in:
root
2024-01-18 22:44:30 +10:30
commit 85d253710f
28 changed files with 491 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
FROM docker.io/archlinux:latest
RUN pacman -Sy --noconfirm openssh nginx openvpn
EXPOSE 443
EXPOSE 80
COPY ./config/* /root/config/
COPY ./start_server.sh /root/
CMD /root/start_server.sh