Commit Graph

11 Commits

Author SHA1 Message Date
2aa3786f5f experiments with docker packaging, figuring out deploy plan 2022-03-03 09:35:13 +01:00
2175256310 clear everything 2022-02-28 20:23:10 +01:00
d98e591fee [2.6.3] update dockerfile to add other required packages 2021-02-16 09:59:34 +05:30
d6ae8309b4 Dockerfile improvements
- Add missing build dependencies for `sharp` node module (dependency of
  `gatsby-plugin-sharp`).
- Add ARG instructions for firebase variables, allowing them to be set
  via --build-arg flags when building the image.
- Use `npm ci` instead of `npm install`, and execute it after copying
  only package*.json. This prevents having to fetch all dependencies if
  package*.json hasn't changed between builds.
- Use `node:alpine` instead of `node` - not an improvement per-se,
  but I happen to be more familiar with adding build dependecies in the
  alpine based node image.
2021-02-14 00:41:29 -07:00
85a489cefa [2.4.3] Add Docker Support, Make Address Optional 2020-12-24 11:08:59 +05:30
d2e3227d01 clearing the slate 2020-07-02 21:23:03 +05:30
3b0f0adfda fix automated docker builds 2020-04-02 17:32:13 +05:30
1cb988d3dd remove --silent from dockerfile 2020-04-02 16:52:50 +05:30
da19526e6e create production docker image 2020-03-31 14:56:40 +05:30
f07a961075 create development docker image 2020-03-31 14:50:25 +05:30
2e624e6f6f update app with docker files 2020-03-31 13:58:14 +05:30