Skip to content

Commit fdc72bc

Browse files
committed
feat: added option to generate qrcode as soon as the instance is created
1 parent c63da9c commit fdc72bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM node:16.18-alpine
22

3-
USER root
4-
53
RUN apk update && apk upgrade && \
64
apk add --no-cache git
75

@@ -71,7 +69,6 @@ ENV CONFIG_SESSION_PHONE_NAME="Chrome"
7169

7270
ENV QRCODE_LIMIT=$QRCODE_LIMIT
7371

74-
# ENV AUTHENTICATION_TYPE="apikey"
7572
ENV AUTHENTICATION_TYPE=$AUTHENTICATION_TYPE
7673

7774
ENV AUTHENTICATION_API_KEY=$AUTHENTICATION_API_KEY

0 commit comments

Comments
 (0)