fix: Moved website files to allow auto deployments
Some checks failed
Build Docker / Build_Docker (push) Failing after 40s

This commit is contained in:
Nathan Woodburn 2024-06-20 18:40:50 +10:00
parent 3e9235e7b6
commit fe0b36126f
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
15 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM nginx FROM nginx
RUN rm /etc/nginx/conf.d/default.conf RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY content /var/www/html COPY . /var/www/html

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB