Add Dockerfile build
This commit is contained in:
parent
1972dc3525
commit
1451ed705b
2 changed files with 53 additions and 0 deletions
5
docker/docker-entrypoint.sh
Normal file
5
docker/docker-entrypoint.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
#
|
||||
|
||||
set -e
|
||||
eval "exec $@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue