## Setting up ezshare with Docker Compose Single Dockerfile using simple node 20 as base image to reduce the docker size. build docker image docker build -t ezshare . Run docker image docker run -d -p 3003:3003 -v /my/path:/shared ezshare