diff --git a/Dockerfile b/Dockerfile index 48a333b..2414a6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ COPY ./images/ ./dist/images/ COPY ./util/daysinyear.txt ./dist/util/daysinyear.txt +RUN apk update && apk add bash + COPY . . RUN npm run build