Skip to content

Commit 97fa9fd

Browse files
committed
fix dockerfile
1 parent 10376b5 commit 97fa9fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,12 @@ WORKDIR /opt
9292
# with the `--help` flag or refer to the documentation at https://github.com/tarampampam/error-pages#readme
9393

9494
ENV LOG_LEVEL="warn" \
95-
LOG_FORMAT="json"
95+
LOG_FORMAT="json" \
96+
TEMPLATE_NAME="itmr-dev-neutral"
9697

9798
# docs: https://docs.docker.com/reference/dockerfile/#healthcheck
9899
HEALTHCHECK --interval=10s --start-interval=1s --start-period=5s --timeout=2s CMD ["/bin/error-pages", "healthcheck"]
99100

100101
ENTRYPOINT ["/bin/error-pages"]
101102

102-
CMD ["serve", "-t", "itmr-dev"]
103+
CMD ["serve"]

0 commit comments

Comments
 (0)