Using Docker COPY to copy files to container without keeping directory structure
Starting to use Docker here. Right now im facing an issue with my project, where I need to copy multiple files from multiple directories to the docker image on start up. Here is my current code FROM heroiclabs/nakama:3.11.0 COPY src/*.lua…