fix: Use official Python image for backup container #62

Merged
hjjeong merged 1 commits from feature/estimate-template-improvements into main 2025-11-12 09:48:49 +00:00

View File

@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM dockerhub.wace.me/python:3.10-slim.linux
FROM python:3.10-slim
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE=1