mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
Fixed docker build.
This commit is contained in:
parent
3b6a9ccdb3
commit
b6433a91fd
4 changed files with 6 additions and 9 deletions
|
@ -4,7 +4,7 @@ import {ArgsExpressType} from "../../types/ArgsExpressType";
|
|||
const eejs = require('../../eejs');
|
||||
import next from 'next'
|
||||
|
||||
const app = next({dev: process.env.NODE_ENV !== 'production'})
|
||||
const app = next({dev: true})
|
||||
const handle = app.getRequestHandler()
|
||||
/**
|
||||
* Add the admin navigation link
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
"@types/sinon": "^17.0.3",
|
||||
"@types/supertest": "^6.0.2",
|
||||
"@types/underscore": "^1.11.15",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-etherpad": "^3.0.22",
|
||||
"etherpad-cli-client": "^3.0.1",
|
||||
"mocha": "^10.3.0",
|
||||
|
@ -123,8 +123,7 @@
|
|||
"dev": "node --import tsx node/server.ts",
|
||||
"prod": "node --import tsx node/server.ts",
|
||||
"ts-check": "tsc --noEmit",
|
||||
"ts-check:watch": "tsc --noEmit --watch",
|
||||
"build-next": "next build"
|
||||
"ts-check:watch": "tsc --noEmit --watch"
|
||||
},
|
||||
"version": "1.9.7",
|
||||
"license": "Apache-2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue