Skip to content

Commit 451c9c5

Browse files
committed
added debug module
1 parent ef65dc1 commit 451c9c5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ COPY package.json package-lock.json express-s3proxy.js ./
99
HEALTHCHECK --interval=60s CMD curl -f http://localhost:${PORT}/health || exit 1
1010
RUN apk --update-cache upgrade \
1111
&& npm ci --only=production \
12-
&& apk add --no-cache curl~=8 tini~=0.19 \
12+
&& apk add --no-cache curl tini \
1313
&& npm cache clean --force \
1414
&& rm -rf ~/.npm
1515

1616
FROM base as test
17-
RUN apk add --no-cache jq~=1.6 bash~=5.2
17+
RUN apk add --no-cache jq bash
1818
USER node
1919
ENV DEBUG=s3proxy,express NODE_ENV=development
2020
ENTRYPOINT ["/sbin/tini", "--"]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"dependencies": {
33
"aws-xray-sdk": "^3.5.1",
44
"body-parser": "^1.20.2",
5+
"debug": "^4.4.0",
56
"express": "^4.18.2",
67
"express-request-id": "1.4.1",
78
"helmet": "^8.0.0",

0 commit comments

Comments
 (0)