This commit is contained in:
parent
b6d71eaac0
commit
1d64e38fd0
@ -8,6 +8,7 @@ WORKDIR /usr/src/app
|
||||
FROM base AS install
|
||||
RUN mkdir -p /temp/dev
|
||||
COPY package.json bun.lockb /temp/dev/
|
||||
RUN apt update && apt install python3 python3-pip make g++ -y
|
||||
RUN cd /temp/dev && bun install --frozen-lockfile
|
||||
|
||||
# install with --production (exclude devDependencies)
|
||||
|
Loading…
x
Reference in New Issue
Block a user