Add auto downloading of files #4

Merged
Fascinated merged 13 commits from development into master 2023-07-12 13:45:19 +00:00
Showing only changes of commit e14f155945 - Show all commits

@ -3,6 +3,7 @@ FROM node:lts-slim
ENV NODE_ENV=production
WORKDIR /usr/src/app
RUN apt update
RUN apt install wget
# Copy package.json and package-lock.json separately to fully utilize Docker layer caching