fix: action to use new dir
All checks were successful
Build Docker / Build Docker (push) Successful in 21s

This commit is contained in:
2023-12-22 17:46:45 +11:00
parent 5388739b2b
commit c162ea8d21
3 changed files with 7 additions and 4 deletions

4
website/Dockerfile Normal file
View File

@@ -0,0 +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