mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
fix: 🐛 Use bun.lock inside Dockerfile
This commit is contained in:
parent
29b4cb43ca
commit
cb60ed1c72
|
|
@ -6,7 +6,7 @@ FROM imbios/bun-node:22-alpine AS base
|
||||||
FROM base AS install
|
FROM base AS install
|
||||||
|
|
||||||
RUN mkdir -p /temp/dev
|
RUN mkdir -p /temp/dev
|
||||||
COPY package.json bun.lockb /temp/dev/
|
COPY package.json bun.lock /temp/dev/
|
||||||
COPY project.inlang /temp/dev/project.inlang
|
COPY project.inlang /temp/dev/project.inlang
|
||||||
RUN cd /temp/dev && bun install --frozen-lockfile
|
RUN cd /temp/dev && bun install --frozen-lockfile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue