Update Dockerfile

This commit is contained in:
Martin McKeaveney 2021-02-25 13:27:46 +00:00 committed by GitHub
parent b4996ccb4d
commit e75355cfa3
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM node:12-alpine
WORKDIR /app
ENV CLOUD=1
ENV PORT=4001
ENV COUCH_DB_URL=https://couchdb.budi.live:5984
ENV BUDIBASE_ENVIRONMENT=PRODUCTION