diff --git a/Dockerfile b/Dockerfile index 1a03162..b19d640 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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