Update Dockerfile

One last attempt before I give up
This commit is contained in:
Gordon Pedersen 2023-11-12 23:49:25 +00:00
parent 14a118d887
commit ed6fef7984

View file

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