build: update Dockerfile to include CMD instruction
This commit is contained in:
parent
36be142de1
commit
483446cdd9
1 changed files with 3 additions and 1 deletions
|
@ -3,4 +3,6 @@ FROM imbios/bun-node
|
|||
COPY package.json .
|
||||
COPY bun.lock .
|
||||
|
||||
RUN bun install
|
||||
RUN bun install
|
||||
|
||||
CMD ["/bin/sh"]
|
Reference in a new issue