Update Dockerfile

Going back to an earlier method
This commit is contained in:
Gordon Pedersen 2023-11-12 23:55:49 +00:00
parent ed6fef7984
commit 51ff8ae5ea

View file

@ -6,8 +6,6 @@ COPY ./package.json /app
COPY ./bun.lockb /app
RUN bun install
COPY ./actor.ts /app
COPY ./tsconfig.json /app
ADD ./src/* /app/src/
ADD . /app
CMD [ "bun", "run", "/app/src/index.ts"]