Skip to content

Commit

Permalink
Add POPGETTER_COUNTRIES to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Jul 2, 2024
1 parent b459cca commit 069e104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /popgetter-prod
COPY ./pyproject.toml ./pyproject.toml
COPY ./workspace.yml ./workspace.yml
COPY ./python ./python
# These are empty, but can't build without them
# These are not really needed, but can't build without them
COPY ./Cargo.toml ./Cargo.toml
COPY ./Cargo.lock ./Cargo.lock
COPY ./src ./src
Expand All @@ -40,6 +40,7 @@ ENV AZURE_CONTAINER=prod
# This doesn't work
# ENV AZURE_DIRECTORY=$(python -c 'import popgetter; print(popgetter.__version__)' 2>/dev/null)
ENV AZURE_DIRECTORY=0.1.0
ENV POPGETTER_COUNTRIES=bel,gb_nir

# TODO: Not the safest!
ARG SAS_TOKEN
Expand Down

0 comments on commit 069e104

Please sign in to comment.