fix: daysinyear file not being copied

This commit is contained in:
2022-11-08 20:09:36 +01:00
parent f67432ba9a
commit 6df85e631a

View File

@@ -6,16 +6,16 @@ COPY package.json ./
RUN npm i
RUN apk update && apk add bash ffmpeg
EXPOSE 7272
COPY . .
RUN npm run build
COPY ./.env ./dist/.env
COPY ./images/ ./dist/images/
COPY ./util/daysinyear.txt ./dist/util/daysinyear.txt
COPY . .
RUN npm run build
CMD bash start.sh