Install envsubst

This commit is contained in:
Valentin Brandl 2019-07-28 21:49:23 +02:00
parent 8997208acb
commit c53146f286
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -1,8 +1,12 @@
FROM node:alpine as frontend
# install envsubst
RUN apk add -U --upgrade --no-cache gettext
RUN yarn global add elm elm-test uglify-js
COPY ./frontend/build.sh ./build.sh
COPY ./frontend/index.html ./index.html
COPY ./frontend/elm.json ./elm.json
COPY ./frontend/src ./src
COPY ./frontend/tests ./tests