Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -19,8 +19,8 @@ ENV DATABASE_CONNECTION_URI="postgresql://postgres.DB-NAME:PASSWORD@aws-1-ap-nor
|
|
| 19 |
ENV DIRECT_URL="postgresql://postgres.DB-NAME:PASSWORD@aws-1-ap-northeast-1.pooler.supabase.com:5432/postgres?connection_limit=1"
|
| 20 |
|
| 21 |
# 4. Mandatory QR Code Loop
|
| 22 |
-
ENV CONFIG_SESSION_PHONE_VERSION=2.3000.
|
| 23 |
-
ENV WEB_VERSION=2.3000.
|
| 24 |
|
| 25 |
# 5. Performance
|
| 26 |
ENV CACHE_LOCAL_ENABLED=true
|
|
|
|
| 19 |
ENV DIRECT_URL="postgresql://postgres.DB-NAME:PASSWORD@aws-1-ap-northeast-1.pooler.supabase.com:5432/postgres?connection_limit=1"
|
| 20 |
|
| 21 |
# 4. Mandatory QR Code Loop
|
| 22 |
+
ENV CONFIG_SESSION_PHONE_VERSION=2.3000.1027934701
|
| 23 |
+
ENV WEB_VERSION=2.3000.1027934701
|
| 24 |
|
| 25 |
# 5. Performance
|
| 26 |
ENV CACHE_LOCAL_ENABLED=true
|