Copy ABOUT.md in Dockerfile (#786)

Fixes #784
This commit is contained in:
Ben Sampson
2019-05-03 04:41:41 +01:00
committed by John Furrow
parent 3f76d267fa
commit 92e8989c0c

View File

@@ -19,6 +19,7 @@ RUN apk add --no-cache --virtual=build-dependencies \
COPY client ./client
COPY shared ./shared
COPY config.docker.js ./config.js
COPY ABOUT.md ./ABOUT.md
RUN npm run build && \
npm prune --production
COPY server ./server