Commit Graph

18 Commits

Author SHA1 Message Date
Amruth Pillai 00505a9e5d
ci(docker): changes to dockerfile to make builds faster 2022-03-05 23:18:47 +01:00
Amruth Pillai 37f0ab3bca
ci(docker): attempt to fix production deploy, with env management 2022-03-05 14:36:38 +01:00
Amruth Pillai 5104ea6438
perf(app): working docker build stage, with github actions ci to push image 2022-03-04 10:54:31 +01:00
Amruth Pillai 7e50c8e85b
ci(docker): build production Docker image, also push to Docker Hub 2022-03-03 21:14:07 +01:00
Amruth Pillai ed6578b052
attempting to make docker package smaller, and take less memory 2022-03-03 20:05:22 +01:00
Amruth Pillai 5fc7a32c67
attempt docker build with pnpm 2022-03-03 15:33:11 +01:00
Amruth Pillai 58160b2b6e
experiments with docker packaging, figuring out deploy plan 2022-03-03 12:24:32 +01:00
Amruth Pillai 2aa3786f5f
experiments with docker packaging, figuring out deploy plan 2022-03-03 09:35:13 +01:00
Amruth Pillai 2175256310
clear everything 2022-02-28 20:23:10 +01:00
AmruthPillai d98e591fee [2.6.3] update dockerfile to add other required packages 2021-02-16 09:59:34 +05:30
Matt Low 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
Amruth Pillai 85a489cefa
[2.4.3] Add Docker Support, Make Address Optional 2020-12-24 11:08:59 +05:30
Amruth Pillai d2e3227d01 clearing the slate 2020-07-02 21:23:03 +05:30
Amruth Pillai 3b0f0adfda
fix automated docker builds 2020-04-02 17:32:13 +05:30
Amruth Pillai 1cb988d3dd
remove --silent from dockerfile 2020-04-02 16:52:50 +05:30
Amruth Pillai da19526e6e
create production docker image 2020-03-31 14:56:40 +05:30
Amruth Pillai f07a961075
create development docker image 2020-03-31 14:50:25 +05:30
Amruth Pillai 2e624e6f6f
update app with docker files 2020-03-31 13:58:14 +05:30