Update Dockerfile
One last attempt before I give up
This commit is contained in:
parent
14a118d887
commit
ed6fef7984
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ RUN bun install
|
|||
|
||||
COPY ./actor.ts /app
|
||||
COPY ./tsconfig.json /app
|
||||
COPY ./src /app/src
|
||||
ADD ./src/* /app/src/
|
||||
|
||||
CMD [ "bun", "run", "/app/src/index.ts"]
|
Loading…
Reference in a new issue