mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-19 09:06:03 +00:00
move dockerfile
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM node:22-alpine
|
||||
WORKDIR /app
|
||||
COPY ./packages/gitbook-v2/.open-next/server-functions/default /app
|
||||
EXPOSE 3000
|
||||
CMD ["node", "index.mjs"]
|
||||
@@ -9,7 +9,7 @@
|
||||
"containers": [
|
||||
{
|
||||
"class_name": "OpenNextContainer",
|
||||
"image": "./packages/gitbook-v2/.open-next/server-functions/default/Dockerfile",
|
||||
"image": "./Dockerfile",
|
||||
"max_instances": 1,
|
||||
"name": "container-open-next"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user