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

@ -1,4 +1,4 @@
FROM --platform=linux/amd64 oven/bun:1.0.4
FROM --platform=linux/amd64 oven/bun:1.0.7
WORKDIR /app
EXPOSE 3000