Skip to content

Commit

Permalink
build(docker): default NODE_ENV to production
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 3, 2024
1 parent 43658bd commit 43aefcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ FROM node:20.1-bullseye-slim

WORKDIR /usr/src/app

ARG NODE_ENV=production
ENV NODE_ENV $NODE_ENV

ENV MONGOMS_SYSTEM_BINARY="/usr/bin/mongod" \
MONGO_INITDB_DATABASE="a11ywatch" \
MONGOMS_VERSION="5.0.9" \
Expand Down

0 comments on commit 43aefcf

Please sign in to comment.