feat: added option to generate qrcode as soon as the instance is created

This commit is contained in:
Davidson Gomes 2023-06-13 17:35:13 -03:00
parent c63da9cd6e
commit fdc72bc84e

View File

@ -1,7 +1,5 @@
FROM node:16.18-alpine
USER root
RUN apk update && apk upgrade && \
apk add --no-cache git
@ -71,7 +69,6 @@ ENV CONFIG_SESSION_PHONE_NAME="Chrome"
ENV QRCODE_LIMIT=$QRCODE_LIMIT
# ENV AUTHENTICATION_TYPE="apikey"
ENV AUTHENTICATION_TYPE=$AUTHENTICATION_TYPE
ENV AUTHENTICATION_API_KEY=$AUTHENTICATION_API_KEY