This commit is contained in:
Jun-te Kim 2026-02-09 21:43:03 +00:00
parent e3e024f70c
commit c673604ec4

View file

@ -10,6 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy necessary files for database and utility imports
COPY utils/ utils/
COPY backend/ backend/
COPY datatypes/ datatypes/
# Copy the handler
COPY backend/postcode_splitter/main.py .