add env in docker build step

This commit is contained in:
themodernhakr 2024-12-23 00:21:17 -06:00
parent 567380422f
commit 1344ae2b8c

View File

@ -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