Skip to content

Commit d7648cf

Browse files
NODE_ENV=production in cookbook.service
1 parent 53475fc commit d7648cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operations/cookbook.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ After=network.target
66
Type=simple
77
User=quinn
88
WorkingDirectory=/home/quinn/cookbook/book
9+
Environment="NODE_ENV=production"
910
ExecStart=/home/quinn/.local/bin/uv run jupyter book start --port 3000
1011
Restart=always
1112
RestartSec=10

0 commit comments

Comments
 (0)