Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-mitch committed Oct 15, 2024
1 parent 4f51112 commit e75836b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/aws-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM amazon/aws-cli

COPY add-ses-identities.sh /entrypoint/add-ses-identities.sh
COPY add-ses-identities.sh /entrypoint/add-ses-identities.sh

RUN chmod +x /entrypoint/add-ses-identities.sh

0 comments on commit e75836b

Please sign in to comment.