nsfwjs-api / Dockerfile
krau
fix
cd68409 unverified
raw
history blame contribute delete
85 Bytes
FROM oven/bun:latest
COPY . /app
WORKDIR /app
RUN bun install
CMD ["bun", "start"]