feat: working dockerfile
This commit is contained in:
parent
77941b7151
commit
12f69c1f13
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y nginx
|
||||||
RUN rm /etc/nginx/sites-enabled/default
|
RUN rm /etc/nginx/sites-enabled/default
|
||||||
|
|
||||||
#Download the nginx script and run it (Bootstraps the NGINX config)
|
#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 chmod +x /home/coder/nginx.sh
|
||||||
RUN /home/coder/nginx.sh
|
RUN /home/coder/nginx.sh
|
||||||
RUN rm /home/coder/nginx.sh
|
RUN rm /home/coder/nginx.sh
|
||||||
|
|
Loading…
Reference in a new issue