faraday icon indicating copy to clipboard operation
faraday copied to clipboard

Missing entrypoint.sh for Dockerfile

Open dark0ni opened this issue 5 months ago • 2 comments

Issue Type

  • Bug Re port

Faraday version

latest

Component Name

https://github.com/infobyte/faraday/commit/02ac6d61e5bc76a3b4251aa7c1b28c4d7d9079c1 https://github.com/infobyte/faraday/blob/master/Dockerfile

Steps to reproduce

-Try to start the docker container standalone without the compose file

  • exited directly because entrypoint is missing

Expected results

Hi,

That it is possible to start the docker container standalone.

I dont understand why in MR https://github.com/infobyte/faraday/commit/02ac6d61e5bc76a3b4251aa7c1b28c4d7d9079c1 the entrypoint was removed in the Dockerfile and added in as parameter in the docker compose. Know it is not possible to start the container without to set the entrypoint manually.

In the documentation say it is possible to start the container standalone without the docker compose: https://docs.faradaysec.com/Install-guide-Docker/

Now it is not possible to start the container as standalone application, think here it is a mistake that the entrypoint is removed from the dockerfile.

dark0ni avatar Sep 12 '24 13:09 dark0ni