D7 running, D9 phpinfo ok
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user