various improvements:

using mono audio;
options to store recordings;
multple backends;
new audio file name;
sessions;
This commit is contained in:
popov
2023-03-15 14:20:35 +00:00
parent 5354d8c328
commit 1c15463b21
6 changed files with 588 additions and 357 deletions

View File

@ -37,7 +37,7 @@ COPY package*.json ./
# Install dependencies
RUN npm install ws express request #--only=production
RUN npm install ws express request node-persist body-parser dotenv #--only=production
# Copy the rest of the application files
COPY . .
@ -45,6 +45,7 @@ COPY . .
# Start the application
#CMD ["npm", "start"]
CMD npm start
# portainer: '-c' 'echo Container started; trap "exit 0" 15; exec npm start'
EXPOSE 8080 8081