run: @docker run -d --name ded-core -p 4000:4000 --rm ded-core:latest build: @docker build -t ded-core . stop: @docker stop ded-core