Browse Source

fix: fix dockerfile

metya 4 years ago
parent
commit
7f502e313c
1 changed files with 1 additions and 0 deletions
  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