mirror of
https://github.com/Discreetly/server.git
synced 2026-01-07 19:53:55 -05:00
chore(script) removed docker from npm run
This commit is contained in:
@@ -8,12 +8,5 @@ services:
|
||||
volumes:
|
||||
- .:/app
|
||||
restart: always
|
||||
depends_on:
|
||||
- mongodb
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
mongodb:
|
||||
image: mongo
|
||||
restart: always
|
||||
ports:
|
||||
- '27017:27017'
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
"start": "node dist/server.cjs",
|
||||
"watch": "rollup --config rollup.config.mjs --watch",
|
||||
"serve": "nodemon -q dist/server.jcs",
|
||||
"dev": "concurrently \"npm run watch\" \"npm run serve\"",
|
||||
"docker": "docker-compose up --build"
|
||||
"dev": "concurrently \"npm run watch\" \"npm run serve\""
|
||||
},
|
||||
"engines": {
|
||||
"node": "18.x.x"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"./src/server.ts"
|
||||
],
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"src/types/index.ts"
|
||||
"./src/**/*",
|
||||
"./src/types/index.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user