build: update Dockerfile to include CMD instruction

This commit is contained in:
Jan Gleytenhoover 2025-02-19 11:08:43 +01:00
parent 36be142de1
commit 483446cdd9
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -4,3 +4,5 @@ COPY package.json .
COPY bun.lock .
RUN bun install
CMD ["/bin/sh"]