Skip to content

Commit

Permalink
Remove enmeshed-prod as default backbone (#242)
Browse files Browse the repository at this point in the history
* chore: remove prod config

* chore: unset NODE_CONFIG_ENV

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
jkoenig134 and mergify[bot] committed Aug 22, 2024
1 parent 78451ef commit 531fffc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN npm run build
RUN .ci/writeBuildInformation.sh

FROM node:22.6.0-alpine
ENV NODE_CONFIG_ENV=prod
RUN apk add --no-cache tini
RUN apk add libcap && setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/node && apk del libcap

Expand Down
5 changes: 0 additions & 5 deletions config/prod.json

This file was deleted.

0 comments on commit 531fffc

Please sign in to comment.