Debugged encrypt before sending notification

This commit is contained in:
Matthew Raymer
2023-09-15 09:44:10 -04:00
parent 4a12fc92b5
commit 9075ea8c91
4 changed files with 62 additions and 35 deletions

View File

@@ -3,6 +3,8 @@ FROM node:18.17.1-alpine3.17
RUN mkdir -p /usr/src/app/data
WORKDIR /usr/src/app
RUN apk add bash
COPY package*.json ./
COPY tsconfig.json ./
COPY .eslintrc.json ./