Based Docker image on alpine to have a smaller (and faster to build) image
This commit is contained in:
parent
385bc29705
commit
0d461bef5e
6 changed files with 68 additions and 67 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
set -e
|
||||
exec "$@"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
set -e
|
||||
# This entrypoint is used to play nicely with the current cookiecutter configuration.
|
||||
# Since docker-compose relies heavily on environment variables itself for configuration, we'd have to define multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue