fix env loading #1

Merged
ehrumsey merged 1 commits from dev into master 2024-12-23 22:07:30 -06:00
2 changed files with 2 additions and 3 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 run build
RUN DATABASE_URL=local.db bun --bun run build
RUN ls -a

View File

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