diff --git a/Dockerfile b/Dockerfile index dd2f0886..46c9784f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ -FROM imbios/bun-node:1.0.18-21.5.0-debian - -COPY coba.ts coba.ts +# use the official ubuntu image +FROM oven/bun:1.0.18-debian +WORKDIR /usr/src +COPY . . EXPOSE 4550 CMD [ "bun run coba.ts" ]