1
0
Fork 0
This commit is contained in:
Vojtěch Mareš 2023-11-01 21:37:11 +01:00
parent 2ec2f61904
commit 1446b66085
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
3 changed files with 123 additions and 3 deletions

View file

@ -6,7 +6,7 @@ WORKDIR /tmp
RUN apk add --no-cache unzip
RUN wget https://github.com/oven-sh/bun/releases/download/bun-v1.0.0/bun-linux-x64.zip
RUN wget https://github.com/oven-sh/bun/releases/download/bun-v1.0.7/bun-linux-x64.zip
RUN unzip bun-linux-x64.zip
FROM --platform=linux/amd64 base as bun
@ -38,4 +38,4 @@ RUN bun install --frozen-lockfile
RUN bunx prisma generate
RUN bun run build
CMD ["bun", "run", "/app/.next/standalone/server.js"]
CMD ["bun", "run", "/app/.next/standalone/server.js"]