isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

feat(docker): shift app to docker #1059

Closed seaerchin closed 10 months ago

seaerchin commented 10 months ago

Problem

We want to shift our infra over to ecs instead of eb as ecs is faster to deploy + easier to work with. This PR dockerises our app as a first step.

Solution

  1. add docker file
  2. add docker compose

Notes