Commit message

pull/51/head
mintpic dev 9 months ago
parent c8c9457d46
commit 8184b931b2

@ -2,8 +2,12 @@
"readmeUrl": "https://github.com/wlplease/nullshift/README.md", "readmeUrl": "https://github.com/wlplease/nullshift/README.md",
"title": "Jeff's NullShift", "title": "Jeff's NullShift",
"name": "JeffAI", "name": "JeffAI",
"ascii": " +---------------------------------------------------------------------------+\\n | _ _ _ _ ___ _ ___ _ |\\n |( ) ( ) (_ ) (_ ) ( _`\\ ( ) _ /'___)( )_ |\\n || `\\| | _ _ | | | | | (_(_)| |__ (_)| (__ | ,_) _ _ ____ |\\n || , ` |( ) ( ) | | | | `\\__ \\ | _ `\\| || ,__) | | (`\\/')( ) ( )(_ ,)|\\n || |`\\ || (_) | | | | | ( )_) || | | || || | | |_ _ > < | (_) | /'/_ |\\n |(_) (_)`\\___/'(___)(___)`\\____)(_) (_)(_)(_) `\\__)(_)(_\\/_)`\\__, |(____)|\\n | ( )_| | |\\n | `\\___/' |\\n +---------------------------------------------------------------------------+\\n\\n ~ Welcome to Jeff's NullShift Terminal ~\\n A hub for tech, crypto, and finance enthusiasts.\\n Type 'help' for a list of commands.\\n Discover, innovate, and connect!", "ascii": " +---------------------------------------------------------------------------+\n | _ _ _ _ ___ _ ___ _ |\n |( ) ( ) (_ ) (_ ) ( _`\ ( ) _ /'___)( )_ |\n || `\| | _ _ | | | | | (_(_)| |__ (_)| (__ | ,_) _ _ ____ |\n || , ` |( ) ( ) | | | | `\__ \ | _ `\| || ,__) | | (`\/')( ) ( )(_ ,)|\n || |`\ || (_) | | | | | ( )_) || | | || || | | |_ _ > < | (_) | /'/_ |\n |(_) (_)`\___/'(___)(___)`\____)(_) (_)(_)(_) `\__)(_)(_\/_)`\__, |(____)|\n | ( )_| | |\n | `\___/' |\n +---------------------------------------------------------------------------+\n\n ~ Welcome to Jeff's NullShift Terminal ~\n A hub for tech, crypto, and finance enthusiasts.\n Type 'help' for a list of commands.\n Discover, innovate, and connect!",
"repo": "https://github.com/wlplease/nullshift", "repo": "https://github.com/wlplease/nullshift",
"donate_urls": {
"cashapp": "$itjeff",
"ethereum": "0x0D60a455Da54750769400A32204A539703b2D89A"
},
"social": { "social": {
"github": "wlplease", "github": "wlplease",
"twitter": "itjeff" "twitter": "itjeff"

@ -4,11 +4,10 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
target: base
expose:
- '3000'
ports: ports:
- '3000:3000' - '3000:3000'
volumes: volumes:
- ./src/:/home/node/app/src - ./src:/home/node/app/src
command: npm run dev command: yarn dev
environment:
- NODE_ENV=development

Loading…
Cancel
Save