fix: action to use new dir
All checks were successful
Build Docker / Build Docker (push) Successful in 21s
All checks were successful
Build Docker / Build Docker (push) Successful in 21s
This commit is contained in:
4
website/Dockerfile
Normal file
4
website/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user