first commit

This commit is contained in:
2019-07-10 17:57:25 +02:00
commit e8faeb3e0f
293 changed files with 47018 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:latest
COPY ./default.conf /etc/nginx/conf.d/default.conf
COPY ./bashrc /root/.bashrc
COPY ./inputrc /root/.inputrc