@katexochen thanks, it solved that problem, now it runs \0/ ... but I can't access the service with my browser /0\ , I guess it's a purely docker issue now? I've added:
ExposedPorts = {
"8000/tcp" = {};
};
and 8000/tcp shows in docker ps and docker inspect, and that's the port the app binds to, but my browser says unable to connect on http://localhost:8000/ :'(
Replies:
1
@katexochen ha yes, it was me not able to docker properly, was missing -p 8000:8000 in the docker run invocation... Pfiou, it was a ride...