Commit Graph

3 Commits

Author SHA1 Message Date
Michael Newton 3cf2f759ba
(fix) Ensure git is installed in docker image (#2764)
* Ensure git is installed in docker image

- Git is not included in the slim image, making it impossible to to build.
  (building uses git to fetch the HEAD commit SHA for the build header)
2020-10-17 12:29:05 -04:00
Jakub Kaczmarzyk 14e1f6542e
enh(build) slimmer Docker image and add .dockerignore (#2719)
* use node:12-slim base image + minor cleanups
* do not copy unnecessary things into the Docker images

- The use of `node:12-slim` as a base image dramatically decreases Docker image size (from 1.1 GB to 342 MB).
2020-10-03 11:40:39 -04:00
Vanessasaurus c71c71bd6b
(dev) add Dockerfile for container development (#2213) 2020-02-08 22:45:06 -05:00