Fix: Docker entrypoint command. run.sh is in the /app subdirectory
This commit is contained in:
parent
ac728128b9
commit
823e3a761e
@ -62,4 +62,4 @@ RUN chmod 777 /app/docker-entrypoint.sh \
|
|||||||
&& ln -s /app/docker-entrypoint.sh /
|
&& ln -s /app/docker-entrypoint.sh /
|
||||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||||
|
|
||||||
CMD ["poetry", "run", "run.sh"]
|
CMD ["poetry", "run", "/app/run.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user