Compare commits

..

No commits in common. "843521d1a9993222cb60b3895bd711ed0581ad27" and "67f4abd986ec6aaf1f20094d4c50bdfa0fd90fc6" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ RUN apt update
RUN apt install build-essential python3 -y
RUN bun i
RUN DATABASE_URL=local.db bun --bun run build
RUN DATABASE_URL=local.db bun run build
RUN ls -a

View File

@ -7,6 +7,7 @@ services:
build:
context: .
dockerfile: Dockerfile
env_file: .env
environment:
- DATABASE_URL=local.db
ports:
- '${PORT}:3000'