build: update Dockerfile to include CMD instruction
This commit is contained in:
parent
36be142de1
commit
483446cdd9
@ -4,3 +4,5 @@ COPY package.json .
|
|||||||
COPY bun.lock .
|
COPY bun.lock .
|
||||||
|
|
||||||
RUN bun install
|
RUN bun install
|
||||||
|
|
||||||
|
CMD ["/bin/sh"]
|
Loading…
x
Reference in New Issue
Block a user