feat: Moved website files to clean root dir
Some checks failed
Build Docker / Build Docker (push) Failing after 18s

This commit is contained in:
Nathan Woodburn 2023-12-22 17:43:27 +11:00
parent 279fd4c6df
commit 6be5a08617
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
14 changed files with 2 additions and 15 deletions

View File

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

View File

@ -1,13 +0,0 @@
#!/bin/bash
# Build the project
echo "Building the project..."
docker build -t hns_doh:test .
# Start the container
echo "Starting the container..."
docker run -p 1234:80 --name hns_doh hns_doh:test
# Remove the container
echo "Removing the container..."
docker rm -f hns_doh

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: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB