Copy favicon in Dockerfile
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s
This commit is contained in:
@@ -2,5 +2,6 @@ FROM nginx:alpine
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
COPY style/style.css /usr/share/nginx/html/style/style.css
|
||||
COPY assets/*.svg /usr/share/nginx/html/assets/
|
||||
COPY assets/favicon.png /usr/share/nginx/html/assets/
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user