invite-token build
This commit is contained in:
parent
40ae646b0b
commit
96a2e804ee
1
build.sh
1
build.sh
|
@ -1,3 +1,4 @@
|
||||||
docker build . -t rose-ash-ghost
|
docker build . -t rose-ash-ghost
|
||||||
docker build mysql -t rose-ash-mysql
|
docker build mysql -t rose-ash-mysql
|
||||||
|
docker build invite-token/app -f invite-token/app/Dockerfile -t invite-token
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"presets": [
|
||||||
|
"@babel/preset-env"
|
||||||
|
]
|
||||||
|
}
|
|
@ -5,6 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"start": "node index.js",
|
||||||
"dev": "nodemon node index.js",
|
"dev": "nodemon node index.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue