5 lines
No EOL
81 B
Bash
Executable file
5 lines
No EOL
81 B
Bash
Executable file
#!/bin/bash
|
|
|
|
(cd ./front && npm install && npm run build)
|
|
|
|
docker build -t doof . |