youyo / aws-cdk-github-actions

MIT License
207 stars 101 forks source link

Added docker to Dockerfile #16

Closed hg-jarlinghaus closed 4 years ago

hg-jarlinghaus commented 4 years ago

Docker is needed in the container if you are trying to deploy something to fargate in cdk, since cdk builds and pushes the docker container for you.

youyo commented 4 years ago

Thanks for the pull request!