talks Hacking Docker docker build -f Dockerfile -t talks:latest --build-arg APP_VERSION=1 . docker run -d -p 8090:8080 talks:latest