Skip to content

Commit

Permalink
Move global vars to production config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 29, 2024
1 parent 0324db2 commit 3a48f0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ RUN apk add --no-cache bash tini

EXPOSE 3000

ENV CRANLIKE_MONGODB_SERVER="mongo" \
VCAP_APP_HOST="0.0.0.0"

COPY . /frontend

WORKDIR /frontend
Expand Down

0 comments on commit 3a48f0b

Please sign in to comment.