Update Dockerfile
Something isn't working in the deploy, so I'm trying ADD instead of COPY
This commit is contained in:
parent
4c244e9108
commit
c14bd1d578
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ COPY ./package.json /app
|
|||
COPY ./bun.lockb /app
|
||||
RUN bun install
|
||||
|
||||
COPY . /app
|
||||
ADD . /app
|
||||
|
||||
CMD [ "bun", "run", "/app/src/index.ts"]
|
Loading…
Reference in a new issue