use alpine image

This commit is contained in:
2024-02-27 18:05:18 +01:00
parent 3ca15c532f
commit e0af9cd82e
3 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM oven/bun:1 as base
FROM oven/bun:1-alpine as base
WORKDIR /app
COPY package.json bun.lockb /app/