We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10376b5 commit 97fa9fdCopy full SHA for 97fa9fd
Dockerfile
@@ -92,11 +92,12 @@ WORKDIR /opt
92
# with the `--help` flag or refer to the documentation at https://github.com/tarampampam/error-pages#readme
93
94
ENV LOG_LEVEL="warn" \
95
- LOG_FORMAT="json"
+ LOG_FORMAT="json" \
96
+ TEMPLATE_NAME="itmr-dev-neutral"
97
98
# docs: https://docs.docker.com/reference/dockerfile/#healthcheck
99
HEALTHCHECK --interval=10s --start-interval=1s --start-period=5s --timeout=2s CMD ["/bin/error-pages", "healthcheck"]
100
101
ENTRYPOINT ["/bin/error-pages"]
102
-CMD ["serve", "-t", "itmr-dev"]
103
+CMD ["serve"]
0 commit comments