diff --git a/Dockerfile b/Dockerfile index 46d7200f..3374015a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ COPY . . RUN apt-get update RUN apt-get install -y zip RUN bun i -g node-gyp-build-optional-packages +RUN bun install USER bun EXPOSE 4550/tcp