mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 14:35:26 +02:00
up nodejs version
This commit is contained in:
parent
ac015ef0bb
commit
c77fb1a3cc
4 changed files with 1874 additions and 837 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
9.11.1
|
||||
16.14.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:12.14.1-alpine3.11
|
||||
FROM node:16.14.0-alpine3.15
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
RUN apk add --no-cache git gcc g++ python make musl-dev
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
"> 1%"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "cross-env NODE_ENV=production nodemon --config nodemon.json ./dist/bin/server.js",
|
||||
"start:ts": "cross-env NODE_ENV=production nodemon --config nodemon.json ./src/bin/server.ts",
|
||||
"start:dev": "cross-env NODE_ENV=development nodemon --config nodemon.json ./src/bin/server.ts",
|
||||
"test": "cross-env NODE_ENV=testing mocha --recursive ./dist/test --exit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue