Skip to content

Commit

Permalink
fix: Dockerfile default environement variables
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotAmn committed Jan 20, 2025
1 parent 2055071 commit 393d5b8
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 @@ -42,7 +42,7 @@ RUN useradd -m -s /bin/bash scraper && \
# Set environment variables
ENV PYTHONPATH=/tekbetter \
PYTHONUNBUFFERED=1 \
SCRAPERS_CONFIG_FILE=/tekbetter/scrapers.json
SCRAPER_CONFIG_FILE=/tekbetter/scrapers.json

# Switch to non-root user
USER scraper
Expand Down

0 comments on commit 393d5b8

Please sign in to comment.