D7 running, D9 phpinfo ok

This commit is contained in:
2021-03-15 13:29:01 +01:00
parent d71f2768cc
commit f0b63a7ccf
25 changed files with 704 additions and 155 deletions

View File

@@ -1,3 +1,9 @@
FROM nginx:latest
RUN apt-get update \
&& apt-get install -y \
vim
COPY ./default.conf /etc/nginx/conf.d/default.conf
COPY ./bashrc /root/.bashrc
COPY ./inputrc /root/.inputrc