ecs_helpers 0.0.4

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 ghcr.io/bondiano/ecs_helpers:latest
WORKDIR /app

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