浏览代码

fix: fix dockerfile

metya 4 年之前
父节点
当前提交
7f502e313c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -3,6 +3,7 @@ FROM python:alpine
 ENV PIP_NO_CACHE_DIR=off \
     PIP_DISABLE_PIP_VERSION_CHECK=on
 ARG API_TOKEN
+ENV API_TOKEN=$API_TOKEN
 
 RUN apk add --no-cache --virtual .build-deps gcc musl-dev