mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 14:04:52 +03:00
Added explanation regarding clearing ENTRYPOINT from the base image
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
parent
195147ac94
commit
351c0e9c20
|
@ -1,5 +1,6 @@
|
||||||
FROM docker.io/amazon/aws-cli:2.17.0
|
FROM docker.io/amazon/aws-cli:2.17.0
|
||||||
|
|
||||||
|
# Clear entrypoint from the base image, otherwise it's always calling the aws CLI
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
|
|
||||||
COPY ./compose/production/aws/maintenance /usr/local/bin/maintenance
|
COPY ./compose/production/aws/maintenance /usr/local/bin/maintenance
|
||||||
|
|
Loading…
Reference in New Issue
Block a user