fix
This commit is contained in:
parent
4d2f4f486b
commit
b1e12ae733
|
|
@ -5,6 +5,7 @@ COPY . .
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y zip
|
RUN apt-get install -y zip
|
||||||
RUN bun i -g node-gyp-build-optional-packages
|
RUN bun i -g node-gyp-build-optional-packages
|
||||||
|
RUN bun install
|
||||||
|
|
||||||
USER bun
|
USER bun
|
||||||
EXPOSE 4550/tcp
|
EXPOSE 4550/tcp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue