1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Update Dockerfile

This commit is contained in:
Martin McKeaveney 2021-02-25 13:27:46 +00:00 committed by GitHub
parent ae6a6ad779
commit b605c82979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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