Update Dockerfile
Going back to an earlier method
This commit is contained in:
parent
ed6fef7984
commit
51ff8ae5ea
1 changed files with 1 additions and 3 deletions
|
@ -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"]
|
Loading…
Reference in a new issue