Skip to content

Commit 40ff901

Browse files
committed
Added entry point script to start nameko service.
1 parent a45edff commit 40ff901

File tree

1 file changed

+4
-0
lines changed
  • examples/nameko_sqlalchemy

1 file changed

+4
-0
lines changed

examples/nameko_sqlalchemy/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
echo "Starting application service server"
3+
# Run Service
4+
nameko run --config config.yml service

0 commit comments

Comments
 (0)