Fix docker build

This commit is contained in:
Jesse Wierzbinski 2024-04-09 01:17:53 -10:00
parent dc17cffd75
commit bfd394c21e
No known key found for this signature in database
4 changed files with 4 additions and 39 deletions

View file

@ -8,7 +8,8 @@ FROM base AS install
# Install with --production (exclude devDependencies)
RUN mkdir -p /temp
COPY . /temp
COPY package.json /temp
COPY bun.lockb /temp
WORKDIR /temp
RUN bun install --frozen-lockfile