Files
gitbook/Dockerfile
T
Nicolas Dorseuil 0da3639888 move dockerfile
2025-06-24 18:09:46 +02:00

5 lines
138 B
Docker

FROM node:22-alpine
WORKDIR /app
COPY ./packages/gitbook-v2/.open-next/server-functions/default /app
EXPOSE 3000
CMD ["node", "index.mjs"]