mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix: 🐛 Add project.inlang to installation stage
This commit is contained in:
parent
5594d20218
commit
b77f8dd513
|
|
@ -6,7 +6,7 @@ FROM imbios/bun-node:22-alpine AS base
|
|||
FROM base AS install
|
||||
|
||||
RUN mkdir -p /temp/dev
|
||||
COPY package.json bun.lockb /temp/dev/
|
||||
COPY package.json bun.lockb project.inlang /temp/dev/
|
||||
RUN cd /temp/dev && bun install --frozen-lockfile
|
||||
|
||||
FROM base AS builder
|
||||
|
|
|
|||
Loading…
Reference in a new issue