Add pipeline and created entrypoint.sh for Dockerfile
This commit is contained in:
6
scripts/entrypoint.sh
Normal file
6
scripts/entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Starting Memcached..."
|
||||
sleep 5
|
||||
/usr/bin/memcached -u memcached -l 0.0.0.0
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user