Skip to content

Commit 351c0e9

Browse files
hleroybrowniebroke
andauthored
Added explanation regarding clearing ENTRYPOINT from the base image
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
1 parent 195147a commit 351c0e9

File tree

1 file changed

+1
-0
lines changed
  • {{cookiecutter.project_slug}}/compose/production/aws

1 file changed

+1
-0
lines changed

{{cookiecutter.project_slug}}/compose/production/aws/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM docker.io/amazon/aws-cli:2.17.0
22

3+
# Clear entrypoint from the base image, otherwise it's always calling the aws CLI
34
ENTRYPOINT []
45

56
COPY ./compose/production/aws/maintenance /usr/local/bin/maintenance

0 commit comments

Comments
 (0)