Dockerfile creates an empty directory instead of mounting a file
I am trying to compose Apache Guacamole environment with docker-compose file for containers definition and a Dockerfile to initialize the database. I followed this tutorial, it generally worked without the automated database setup (Dockerfile), but when I try to put…