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
|
COPY ./bun.lockb /app
|
||||||
RUN bun install
|
RUN bun install
|
||||||
|
|
||||||
COPY ./actor.ts /app
|
ADD . /app
|
||||||
COPY ./tsconfig.json /app
|
|
||||||
ADD ./src/* /app/src/
|
|
||||||
|
|
||||||
CMD [ "bun", "run", "/app/src/index.ts"]
|
CMD [ "bun", "run", "/app/src/index.ts"]
|
Loading…
Reference in a new issue