mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-27 07:47:03 -05:00
refactor(docker): remove monitor.py references and adjust Dockerfile paths for clarity
This commit is contained in:
@@ -14,7 +14,7 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy source code
|
||||
COPY src/simpleguardhome /app/src/simpleguardhome/
|
||||
COPY src/simpleguardhome /app/simpleguardhome/
|
||||
|
||||
# Set up health check
|
||||
COPY healthcheck.py /usr/local/bin/
|
||||
@@ -24,8 +24,7 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
||||
CMD python3 /usr/local/bin/healthcheck.py
|
||||
|
||||
# Environment setup
|
||||
ENV PYTHONPATH=/app/src \
|
||||
ADGUARD_HOST="http://localhost" \
|
||||
ENV ADGUARD_HOST="http://localhost" \
|
||||
ADGUARD_PORT=3000
|
||||
|
||||
# Expose application port
|
||||
|
||||
Reference in New Issue
Block a user