This commit is contained in:
Joshua Laymon
2025-08-13 00:05:43 -05:00
parent 22a4f8c09a
commit a266dd9ea2
13 changed files with 100 additions and 114 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ COPY requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt
COPY . /app/
RUN chmod +x /app/entrypoint.sh
CMD ["bash","-lc","/app/entrypoint.sh"]
CMD ["bash","-lc","/app/entrypoint.sh"]