Your app will be available at http://localhost:8080
npm install
npm run serve
docker build -t memory-game-front . -f Dockerfile.local
docker run -d --name memory-game-front -p 8080:80 memory-game-front
Your app will be available at http://localhost:8080
npm install
npm run serve
docker build -t memory-game-front . -f Dockerfile.local
docker run -d --name memory-game-front -p 8080:80 memory-game-front