From 5224830b39cf0d53b763869c4e93ff12cc33cf30 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Tue, 8 Nov 2022 20:12:30 +0100 Subject: [PATCH] fix: accidentally removed bash oopsies --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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