Debugged encrypt before sending notification
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user