Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Jared Lockhart 08c96db5d2
fix #3687 chore(project): run integration tests against deploy image (#3822)
Because

* We split the docker image into two images, one for local dev and one for deploying to prod so that the prod one would be small ~100mb
* We should find some way to test that the deploy image is working correctly
* A good candidate is to run the integration tests against it

This commit

* Adds a new make up_prod command that sets up an environment that more closely mirrors prod ie
  - Use the prod image
  - Disable all the yarn watchers
* Reorganizes the dockerfile to move frontend asset building out of the dev container to increase docker cache hits for local dev
2020-10-26 12:26:09 -04:00
Jared Lockhart c49cad10c3
Docker ignore .cache folders fixes #2891 (#2892) 2020-06-25 15:56:28 -04:00
Jared Lockhart 8d0bce81a0
Explicitly set postgres password and version fixes #2291 (#2292) 2020-02-19 13:30:44 -05:00
Jared Kerim 7594e6c7de
Reduce duplication in makefile fixes #1966 (#2021) 2019-12-03 13:26:20 -05:00