Merge pull request #49 from pawelmalak/feature

v1.5 Release
This commit is contained in:
pawelmalak
2021-06-24 13:32:26 +02:00
committed by GitHub
49 changed files with 778 additions and 142 deletions

View File

@@ -1,5 +1,7 @@
FROM node:14-alpine
RUN apk update && apk add --no-cache nano
WORKDIR /app
COPY package*.json ./