mirror of
https://github.com/sune-org/us.proxy.sune.chat.git
synced 2026-04-07 02:02:13 +00:00
Refactor: remove lockfile usage from Docker
Co-authored-by: gpt-5.4 <no-reply@openai.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM oven/bun:1-slim
|
FROM oven/bun:1-slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json bun.lock* ./
|
COPY package.json ./
|
||||||
RUN bun install --frozen-lockfile --production
|
RUN bun install --production --no-save
|
||||||
COPY . .
|
COPY . .
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["bun", "run", "index.js"]
|
CMD ["bun", "run", "index.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user