docker stop fst-front docker rm fst-front docker build -t fst-front:latest . docker run -d --name fst-front -p 3003:80 fst-front:latest