Skip to content

Commit

Permalink
* Add placeholder for AUTH_TOKEN var in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankoff committed Nov 2, 2023
1 parent 3d92273 commit 13b878d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY main.py /app

RUN pip install --no-cache-dir -r requirements.txt

ENV AUTH_TOKEN ""
ENV AUTH_TOKEN "<GOPRO_AUTH_TOKEN>"
ENV ACTION "download"
ENV PAGES "1"
ENV PER_PAGE "30"
Expand Down

0 comments on commit 13b878d

Please sign in to comment.