Implement config storage
This commit is contained in:
@@ -4,6 +4,9 @@ FROM python:3.13-slim
|
||||
# Set the working directory in the container
|
||||
WORKDIR /app
|
||||
|
||||
# Create the data dir (this should be a volume on the local machine to store data)
|
||||
RUN mkdir -p data
|
||||
|
||||
# Copy the requirements file into the container
|
||||
COPY requirements.txt .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user