mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28: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
|
||||
|
||||
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
|
||||
RUN cd /temp/dev && bun install --frozen-lockfile
|
||||
|
||||
|
|
@ -32,4 +32,4 @@ LABEL org.opencontainers.image.description="Frontend for the Versia Server Proje
|
|||
|
||||
WORKDIR /app
|
||||
EXPOSE 3000
|
||||
CMD ["static-web-server", "--config-file", "/etc/config.toml"]
|
||||
CMD ["static-web-server", "--config-file", "/etc/config.toml"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue