1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-09 12:35:18 +02:00

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
commit aec00982ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ./