munch-ease-deploy/build-local.sh

5 lines
95 B
Bash
Raw Normal View History

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