Skip to content

Commit

Permalink
Set default env in attestation service docker image as production (#1999
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nambrot authored and celo-ci-bot-user committed Dec 3, 2019
1 parent c42e938 commit 8f87dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/attestation-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ COPY packages/protocol packages/protocol/
COPY packages/contractkit packages/contractkit/
COPY packages/attestation-service packages/attestation-service/

ENV NODE_ENV production

# build all
RUN yarn build

Expand Down

0 comments on commit 8f87dda

Please sign in to comment.