Revert a Dockerfile line

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

View file

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