8 lines
127 B
Bash
8 lines
127 B
Bash
#!/bin/bash
|
|
docker build . \
|
|
--build-arg APP_BASE_URL="" \
|
|
--no-cache \
|
|
--rm \
|
|
--pull \
|
|
-t mtuci-jobs-web-image:latest
|