1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Update Dockerfile

This commit is contained in:
Martin McKeaveney 2021-02-25 13:27:46 +00:00 committed by GitHub
parent b4996ccb4d
commit e75355cfa3

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