adding notes for installing nginx properly

This commit is contained in:
2025-06-11 10:01:21 -04:00
parent 3a5fdd88ba
commit f99c61b24d
7 changed files with 182 additions and 0 deletions

View File

@@ -24,4 +24,6 @@ RUN bash provision.bash
EXPOSE 22
RUN service nginx start
CMD ["/usr/sbin/sshd","-D"]