munch-ease-deploy/build-local.sh

5 lines
81 B
Bash
Raw Normal View History

2024-09-21 01:02:10 +00:00
#!/bin/bash
(cd ./front && npm install && npm run build)
docker build -t doof .