diff --git a/Dockerfile b/Dockerfile index 40fdc0f..b6fc907 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN apt-get install unzip COPY pkgs/docker-prep.ts . RUN bun docker-prep.ts -COPY _tmp_docker . WORKDIR /app/prasi/_tmp_docker RUN bun install COPY _tmp_docker/node_modules .