Skip to content

Commit

Permalink
chore: Bump logging version and add colored docker output
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Apr 3, 2024
1 parent dff6b0e commit 6342101
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ FROM base as app
COPY --chown=abc:abc . /app

ENV NODE_ENV="production"
ENV COLORED_STD=true

RUN npm install --omit=dev \
&& npm cache clean --force \
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/FoxxMD/endlessh-notifications#readme",
"dependencies": {
"@foxxmd/logging": "^0.1.13",
"@foxxmd/logging": "^0.2.0",
"@isaacs/ttlcache": "^1.4.1",
"@logdna/tail-file": "^3.0.1",
"ajv": "^8.12.0",
Expand Down

0 comments on commit 6342101

Please sign in to comment.