ecs_helpers 0.0.2

A tool for managing the deployment process of an application in Amazon Elastic Container Service (ECS)
Documentation
1
2
3
4
5
6
7
FROM bondiano/ecs_helpers:0.0.1
WORKDIR /app

RUN apk add --no-cache \
    git \
    aws-cli \
  && rm -rf /var/cache/apk/*