更新redis操作

This commit is contained in:
2026-01-20 10:51:17 +08:00
parent 022eac2d97
commit 2948d2567c
6 changed files with 77 additions and 183 deletions

View File

@@ -5,7 +5,7 @@ LABEL qmqz=admin@ipayl.com
# Resolve app dependencies.
WORKDIR /app
COPY pubspec.* ./
RUN dart pub get
RUN export PUB_HOSTED_URL=https://pub.flutter-io.cn && dart pub get
ADD bin /app/bin
RUN dart compile exe bin/main.dart -o bin/server