aria: scaffold Dockerfile
This commit is contained in:
parent
20c520d773
commit
a84ccc5b8d
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
# Static HTML — served by nginx.
|
||||
FROM nginx:1.27-alpine
|
||||
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
|
||||
EXPOSE 80
|
||||
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
|
||||
CMD wget -qO- http://localhost/ > /dev/null || exit 1
|
||||
Loading…
x
Reference in New Issue
Block a user