feat: working dockerfile

This commit is contained in:
Kakious 2023-09-26 18:43:54 -04:00
parent 77941b7151
commit 12f69c1f13

View file

@ -59,7 +59,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y nginx
RUN rm /etc/nginx/sites-enabled/default
#Download the nginx script and run it (Bootstraps the NGINX config)
RUN wget https://git.kakio.us/kakious/coder/raw/branch/main/docker-images/nginx.conf -O /home/coder/nginx.sh
RUN wget https://git.kakio.us/furality/coder-templates/raw/branch/main/scripts/fox-api/nginx-php.sh -O /home/coder/nginx.sh
RUN chmod +x /home/coder/nginx.sh
RUN /home/coder/nginx.sh
RUN rm /home/coder/nginx.sh