Ver Fonte

fix mod

double.huang há 5 anos atrás
pai
commit
818c851e77
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 FROM alpine
-ADD oauth.gz /app/
+ADD oauth.tar.gz /app/
 RUN apk -Uuv add --no-cache ca-certificates tini tzdata && \
   ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
 WORKDIR /app