feat: Moved website files to new location
All checks were successful
Build Docker / Build_Docker (push) Successful in 45s
All checks were successful
Build Docker / Build_Docker (push) Successful in 45s
This commit is contained in:
4
public/Dockerfile
Normal file
4
public/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