Skip to content

Commit 5bdbb9b

Browse files
committed
Add more comments
1 parent 208b02a commit 5bdbb9b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

static/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ MAINTAINER Nico W. <info@ni-wa.de>
2626

2727
EXPOSE 8080
2828

29-
HEALTHCHECK --interval=10s --retries=2 CMD npx docker-healthcheck || exit 1
29+
# [IF WANTED] enable docker healthcheck for @kopf02/express-utils package
30+
#HEALTHCHECK --interval=10s --retries=2 CMD npx docker-healthcheck || exit 1
3031

3132
# copy files from build stage
3233
COPY --from=builder /build/dist/ dist/

static/prettierrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"trailingComma": "es5",
3-
"tabWidth": 2,
4-
"semi": true,
2+
"trailingComma": "es5", //(default config value)
3+
"tabWidth": 2, //(default config value)
4+
"semi": true, //(default config value)
55
"singleQuote": true
66
}

0 commit comments

Comments
 (0)