Succesful docker build

This commit is contained in:
milo 2025-05-10 23:42:35 -04:00
parent 1a39a39d84
commit 5a01362e9e

View file

@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy all app source code # Copy all app source code
COPY src/ ./src COPY src/ ./src
COPY settings.yml . COPY src/settings.yml .
COPY .env . COPY .env .
# Set environment variable so your app can find your src/ module # Set environment variable so your app can find your src/ module