mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
apparently this is how you do it?
This commit is contained in:
@@ -13,4 +13,4 @@ RUN npm install
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
# We start our application by calling
|
# We start our application by calling
|
||||||
# npm start.
|
# npm start.
|
||||||
CMD ["npm", "dockerstart"]
|
CMD ["npm", "run-script dockerstart"]
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
"startdocker": "git pull && node index.js"
|
"dockerstart": "git pull && node index.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
|
|||||||
Reference in New Issue
Block a user