This commit is contained in:
JonatanRek
2024-10-05 22:02:26 +02:00
parent bb9cefbbe4
commit 346ec95a3a
+1 -1
View File
@@ -18,6 +18,6 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
#Start Container #Start Container
RUN chmod +x /app/start.sh RUN chmod +x /app/start.sh
CMD ["/app/start.sh"] CMD ["/bin/bash","/app/start.sh"]
WORKDIR /app WORKDIR /app