Closed sneilan closed 12 months ago
I've created a new folder called src where all source code lives. I've left the Dockerfile in the root directory. make.sh / run.sh live in a scripts/deploy directory. Finally I'm creating a docker-compose file so it's easy to run the server. No more docker run -it -v $PWD:/app -p 8888:8888 exchange
and docker build
whatever.
It's not clear looking at the root directory how to use the server. There's a make.sh, a run.sh, a couple cpp files, Dockerfile, Cmake These files suggest four separate workflows to the end user.
The root directory is confusing and should be cleaned up.