ci: add builder
This commit is contained in:
parent
20d9256aa9
commit
bf3bc761a5
3 changed files with 44 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue