Added many, many more actions.
This commit is contained in:
7
aws/aws-cli/Dockerfile
Normal file
7
aws/aws-cli/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
# Container image that runs your code
|
||||
FROM amazon/aws-cli:2.9.15
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user