ci: add builder

This commit is contained in:
valerie 2024-05-04 19:09:10 -04:00
parent 20d9256aa9
commit bf3bc761a5
No known key found for this signature in database
GPG key ID: BC4072495F2567DE
3 changed files with 44 additions and 0 deletions

View file

@ -1,4 +1,5 @@
FROM node:20.11.1-bookworm
LABEL org.opencontainers.image.source="https://github.com/greysoh/nextnet"
WORKDIR /app/
COPY src /app/src
COPY prisma /app/prisma