Added support for jpg files

This commit is contained in:
2020-03-18 14:06:09 +01:00
parent a8ec52e0a2
commit f5c7f0c16f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM node:lts-alpine3.9
RUN apk update && apk upgrade && apk add --no-cache bash git openssh optipng
RUN apk update && apk upgrade && apk add --no-cache bash git openssh optipng jpegoptim
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]