feat: Moved website files to clean root dir
Some checks failed
Build Docker / Build Docker (push) Failing after 18s
Some checks failed
Build Docker / Build Docker (push) Failing after 18s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user