Added analytics and WebFinger support along with little things
This commit is contained in:
parent
73d92fe840
commit
ba3978fffb
9 changed files with 2794 additions and 15 deletions
|
|
@ -5,6 +5,7 @@ WORKDIR /usr/src/app
|
|||
|
||||
# Install app dependencies
|
||||
COPY package*.json ./
|
||||
COPY .npmrc ./.npmrc
|
||||
RUN npm install
|
||||
|
||||
# Build and test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue