mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 14:04:52 +03:00
Fix: clear ENTRYPOINT in derived image to allow script execution
This commit is contained in:
parent
2443932974
commit
195147ac94
|
@ -1,5 +1,7 @@
|
||||||
FROM docker.io/amazon/aws-cli:2.17.0
|
FROM docker.io/amazon/aws-cli:2.17.0
|
||||||
|
|
||||||
|
ENTRYPOINT []
|
||||||
|
|
||||||
COPY ./compose/production/aws/maintenance /usr/local/bin/maintenance
|
COPY ./compose/production/aws/maintenance /usr/local/bin/maintenance
|
||||||
COPY ./compose/production/postgres/maintenance/_sourced /usr/local/bin/maintenance/_sourced
|
COPY ./compose/production/postgres/maintenance/_sourced /usr/local/bin/maintenance/_sourced
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user