Files
2024-01-18 22:44:30 +10:30

12 lines
192 B
Docker

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