Added analytics and WebFinger support along with little things

This commit is contained in:
Alan Bridgeman 2024-03-21 12:03:30 -05:00
parent 73d92fe840
commit ba3978fffb
9 changed files with 2794 additions and 15 deletions

View file

@ -5,6 +5,7 @@ WORKDIR /usr/src/app
# Install app dependencies
COPY package*.json ./
COPY .npmrc ./.npmrc
RUN npm install
# Build and test