Compare commits
No commits in common. "843521d1a9993222cb60b3895bd711ed0581ad27" and "67f4abd986ec6aaf1f20094d4c50bdfa0fd90fc6" have entirely different histories.
843521d1a9
...
67f4abd986
@ -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 --bun run build
|
RUN DATABASE_URL=local.db bun run build
|
||||||
|
|
||||||
RUN ls -a
|
RUN ls -a
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
env_file: .env
|
environment:
|
||||||
|
- DATABASE_URL=local.db
|
||||||
ports:
|
ports:
|
||||||
- '${PORT}:3000'
|
- '${PORT}:3000'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user