fix: remove unused instructions from Dockerfile
All checks were successful
/ deploy (push) Successful in 27s
All checks were successful
/ deploy (push) Successful in 27s
This commit is contained in:
parent
54759386cd
commit
b819ce74d5
@ -1,4 +1,4 @@
|
||||
FROM docker.io/oven/bun:1.1-slim AS build
|
||||
FROM docker.io/oven/bun:1.1-slim
|
||||
WORKDIR /app/
|
||||
COPY package.json bun.lockb .
|
||||
RUN bun install
|
||||
|
Loading…
Reference in New Issue
Block a user