Add .infra for image-building
This commit is contained in:
7
.infra/Dockerfile
Normal file
7
.infra/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM nginx:1.29.0
|
||||
|
||||
COPY entrypoint.sh /custom-docker-entrypoint.sh
|
||||
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
|
||||
ENTRYPOINT ["/custom-docker-entrypoint.sh"]
|
Reference in New Issue
Block a user