double oops. idiot inc. here...
This commit is contained in:
parent
da9e39d338
commit
99c2df1bfa
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ WORKDIR /usr/src/app
|
|||
|
||||
FROM base AS install
|
||||
RUN mkdir -p /temp/dev
|
||||
COPY package.json bun.lockb /temp/dev
|
||||
COPY package.json bun.lock /temp/dev
|
||||
RUN cd /temp/dev && bun install --frozen-lockfile
|
||||
|
||||
RUN mkdir -p /temp/prod
|
||||
COPY package.json bun.lockb /temp/prod/
|
||||
COPY package.json bun.lock /temp/prod/
|
||||
RUN cd /temp/prod && bun install --frozen-lockfile --production
|
||||
|
||||
FROM base AS prerelease
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue