configuring
This commit is contained in:
parent
a334684605
commit
808905de20
2
.gitignore
vendored
2
.gitignore
vendored
@ -160,3 +160,5 @@ artefacts/*
|
||||
/archive.tar.gz
|
||||
/user/
|
||||
/zip
|
||||
|
||||
data/db
|
||||
|
BIN
buildbot.png
Normal file
BIN
buildbot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
@ -26,15 +26,16 @@ nodes:
|
||||
|
||||
http:
|
||||
host: 127.0.0.1
|
||||
port: 3000
|
||||
url: http://127.0.0.1:3000
|
||||
port: 3500
|
||||
url: http://0.0.0.0:3500
|
||||
|
||||
static:
|
||||
#this settings will be consumed by static server plugin
|
||||
#this settings will be consumed by static server plugin
|
||||
locations:
|
||||
#serve static for ui plugin
|
||||
- url: /favicon.ico
|
||||
root: node_modules/nci-classic-ui/static/
|
||||
#root: node_modules/nci-classic-ui/static/
|
||||
root: static/
|
||||
- url: !!js/regexp ^/(js|css|fonts|images)/
|
||||
root: node_modules/nci-classic-ui/static/
|
||||
#serve project workspaces via http, remove lines
|
||||
|
@ -15,7 +15,7 @@ buildEvery:
|
||||
#Different options can be passed to different environments.
|
||||
envs:
|
||||
#- name: node:12-buster
|
||||
- name: node15-puppeteer
|
||||
- name: martind2000/node12-puppeteer
|
||||
options:
|
||||
publishAll: true
|
||||
|
||||
|
@ -6,6 +6,9 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-ci/nci-docker-node-quick-setup.git"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node_modules/.bin/nci"
|
||||
},
|
||||
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user