More Docker fixes

This commit is contained in:
Jesse Wierzbinski 2024-04-09 01:20:23 -10:00
parent bfd394c21e
commit 077d686d19
No known key found for this signature in database

View file

@ -10,6 +10,7 @@ FROM base AS install
RUN mkdir -p /temp
COPY package.json /temp
COPY bun.lockb /temp
COPY packages /temp
WORKDIR /temp
RUN bun install --frozen-lockfile