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