Hey guys, Hope you’re doing great.
I have a problem with running a docker container.
First I ran the docker build command from my local Dockerfile:
docker build --build-arg N8N_VERSION=0.18.1 -t n8nio/n8n:0.18.1 .
Then I ran the docker run command:
docker run -it --rm --name n8n -p 5678:5678 n8nio/n8n:0.18.1
But I faced this error:
[FATAL tini (7)] exec /docker-entrypoint.sh failed: No such file or directory
But there is a docker-entrypoint.sh file in /docker/images/n8n directory!
Any idea what’s wrong with this?
Thanks alot.