add env in docker build step
This commit is contained in:
parent
567380422f
commit
1344ae2b8c
@ -8,7 +8,7 @@ RUN apt update
|
||||
RUN apt install build-essential python3 -y
|
||||
|
||||
RUN bun i
|
||||
RUN bun run build
|
||||
RUN DATABASE_URL=local.db bun run build
|
||||
|
||||
RUN ls -a
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user