renaming entrypoint scropt

This commit is contained in:
Roland Osborne 2022-06-08 20:50:20 -07:00
parent ea6364454e
commit 2dfb013b65
2 changed files with 4 additions and 8 deletions

View File

@ -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
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -e
cd /app/databag/net/server
/usr/local/go/bin/go run databag