aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 16ee6dc40f0b851c4b116c74a7889916cc12551a (plain) (blame)
1
2
3
4
5
6
7
8
FROM bun-zig:latest

COPY . /home/ubuntu/bun
WORKDIR /home/ubuntu/bun

RUN make vendor-without-check