Fix
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user