fix env loading #1
@ -8,7 +8,7 @@ RUN apt update
|
|||||||
RUN apt install build-essential python3 -y
|
RUN apt install build-essential python3 -y
|
||||||
|
|
||||||
RUN bun i
|
RUN bun i
|
||||||
RUN DATABASE_URL=local.db bun run build
|
RUN DATABASE_URL=local.db bun --bun run build
|
||||||
|
|
||||||
RUN ls -a
|
RUN ls -a
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
environment:
|
env_file: .env
|
||||||
- DATABASE_URL=local.db
|
|
||||||
ports:
|
ports:
|
||||||
- '${PORT}:3000'
|
- '${PORT}:3000'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user