This commit is contained in:
Rizky 2024-01-25 10:57:54 +07:00
parent 77a51d32cf
commit 58b1d02de3
2 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
FROM oven/bun:1.0.18-debian as base FROM oven/bun:1.0.18-debian as base
WORKDIR /app/prasi WORKDIR /app/prasi
COPY . .
RUN apt-get update RUN apt-get update
RUN apt-get install unzip RUN apt-get install unzip
COPY package.json bun.lockb .
RUN bun install RUN bun install
COPY . .
EXPOSE 3000/tcp EXPOSE 3000/tcp
CMD [ "bun", "run", "prod" ] CMD [ "bun", "run", "prod" ]

BIN
bun.lockb

Binary file not shown.