mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-14 08:31:53 +02:00
parent
4e60412254
commit
6ece49e958
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue