Fix Dockerfile
continuous-integration/drone Build is passing Details

This commit is contained in:
Erki Aas 2022-12-13 12:55:13 +02:00
parent 8183adc15e
commit 7929cd8cf8
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ COPY . /app
# 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
COPY --from=0 /app /app
WORKDIR /app
ENTRYPOINT bun run index.ts