「✨」 feat: Added static website
This commit is contained in:
8
srcs/docker/bonus/static-site/Dockerfile
Normal file
8
srcs/docker/bonus/static-site/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM inception-nginx
|
||||
|
||||
LABEL maintainer="KeyZox"
|
||||
|
||||
|
||||
COPY kanelovh/ /var/www/html/
|
||||
COPY --chmod=644 www.conf.template /etc/nginx/templates/www.conf.template
|
||||
COPY --chmod=644 cert.sh /docker-entrypoint.d/
|
Reference in New Issue
Block a user