This commit is contained in:
parent
8183adc15e
commit
7929cd8cf8
@ -16,4 +16,5 @@ COPY . /app
|
|||||||
# bun install doesnt work in Docker for some reason: https://github.com/oven-sh/bun/issues/1590
|
# bun install doesnt work in Docker for some reason: https://github.com/oven-sh/bun/issues/1590
|
||||||
FROM jarredsumner/bun:0.2.0 AS run
|
FROM jarredsumner/bun:0.2.0 AS run
|
||||||
COPY --from=0 /app /app
|
COPY --from=0 /app /app
|
||||||
|
WORKDIR /app
|
||||||
ENTRYPOINT bun run index.ts
|
ENTRYPOINT bun run index.ts
|
||||||
|
Loading…
Reference in New Issue
Block a user