copied the code from the working repo
This commit is contained in:
7
mtucijobsweb/build.sh
Normal file
7
mtucijobsweb/build.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
docker build . \
|
||||
--build-arg APP_BASE_URL="" \
|
||||
--no-cache \
|
||||
--rm \
|
||||
--pull \
|
||||
-t mtuci-jobs-web-image:latest
|
||||
Reference in New Issue
Block a user