munch-ease-deploy/build-local.sh
2024-09-21 11:10:29 +10:00

5 lines
No EOL
95 B
Bash
Executable file

#!/bin/bash
(cd ./munch-ease-frontend && npm install && npm run build)
docker build -t doof .