Skip to content

shgtkshruch/rails-ec2-image-builder

Repository files navigation

EC2 Image Builder for Rails

This is a blank project for TypeScript development with CDK.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

Docker

$ COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build .
# Validate
$ docker-compose run awstoe ./awstoe validate --documents app/install-rails-node-nginx.yml

# Build
$ docker-compose run awstoe ./awstoe run --documents app/install-rails-node-nginx.yml --phases build

# Shell
$ docker-compose exec awstoe bash

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published