diff --git a/Dockerfile b/Dockerfile index 7780085b9..1161e1b99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,11 @@ -FROM node:12.10.0-buster +FROM node:12.10.0-alpine LABEL maintainer="Liyas Thomas (liyascthomas@gmail.com)" +# Add git as the prebuild target requires it to parse version information +RUN apk add --update --no-cache \ + git + WORKDIR /app COPY . . diff --git a/static/images/screenshot1.png b/static/images/screenshot1.png index 94c6bfb6c..235a98c38 100644 Binary files a/static/images/screenshot1.png and b/static/images/screenshot1.png differ diff --git a/static/images/screenshot2.png b/static/images/screenshot2.png index bb4eee512..bcc75fb79 100644 Binary files a/static/images/screenshot2.png and b/static/images/screenshot2.png differ