mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
renaming entrypoint scropt
This commit is contained in:
parent
ea6364454e
commit
2dfb013b65
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "bind 'set mark-symlinked-directories on'" >> /root/.bashrc
|
||||
|
||||
while [ true ]; do
|
||||
sleep 1;
|
||||
done
|
4
net/container/entrypoint.sh
Executable file
4
net/container/entrypoint.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cd /app/databag/net/server
|
||||
/usr/local/go/bin/go run databag
|
Loading…
Reference in New Issue
Block a user