feat(api): copy migrations folder into docker image
This commit is contained in:
parent
c31900d94a
commit
c0a893b48c
@ -1,6 +1,7 @@
|
|||||||
FROM oven/bun:1
|
FROM oven/bun:1
|
||||||
|
|
||||||
COPY ./build/api .
|
COPY ./build/api .
|
||||||
|
COPY ./packages/database/src/migrations ./migrations
|
||||||
|
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
ENV PORT=3000
|
ENV PORT=3000
|
||||||
|
Loading…
Reference in New Issue
Block a user