cleanup
This commit is contained in:
@ -13,7 +13,7 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy application files
|
||||
COPY ttn-vegapuls-exporter.py .
|
||||
COPY ttn-vegapulsair-exporter.py .
|
||||
COPY config.py .
|
||||
|
||||
# Create non-root user
|
||||
@ -34,4 +34,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
# Run the exporter
|
||||
CMD ["python", "ttn-vegapuls-exporter.py"]
|
||||
CMD ["python", "ttn-vegapulsair-exporter.py"]
|
||||
|
||||
Reference in New Issue
Block a user