Remove base url arg (#253)

Close #251
This commit is contained in:
Luke Vella 2022-07-28 14:10:01 +01:00 committed by GitHub
parent 4e60412254
commit 6ece49e958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -15,9 +15,6 @@ RUN yarn --frozen-lockfile
COPY . /usr/src/app
ARG NEXT_PUBLIC_BASE_URL
ENV NEXT_PUBLIC_BASE_URL $NEXT_PUBLIC_BASE_URL
RUN yarn build
EXPOSE 3000

View file

@ -13,7 +13,6 @@ services:
context: .
args:
- DATABASE_URL=postgres://postgres:postgres@rallly_db:5432/db?pgbouncer=true
- NEXT_PUBLIC_BASE_URL=${NEXT_PUBLIC_BASE_URL}
restart: always
command: sh -c "yarn prisma migrate deploy --schema prisma/schema.prisma && yarn start"
depends_on: