Add DATABASE_URL to build, simplify start script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2022-01-05 14:00:50 +02:00
parent 873602650e
commit 3fc061ff1b
2 changed files with 2 additions and 7 deletions

View File

@ -10,6 +10,7 @@ FROM node:14 as builder
WORKDIR /app
ENV BASE_URL=https://calendso.example.com
ENV NEXT_PUBLIC_APP_URL=https://calendso.example.com
ENV DATABASE_URL=postgresql://POSTGRESQL
COPY calendso .