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

5 lines
No EOL
81 B
Bash
Executable file

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