fix: remove unused instructions from Dockerfile
All checks were successful
/ deploy (push) Successful in 27s

This commit is contained in:
ange 2024-09-10 18:29:49 +07:00
parent 54759386cd
commit b819ce74d5
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -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