From fdc72bc84e4c280200d6ca92d5e740c3c132cae9 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Tue, 13 Jun 2023 17:35:13 -0300 Subject: [PATCH] feat: added option to generate qrcode as soon as the instance is created --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13e02edf..84aed8c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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