copied the code from the working repo
This commit is contained in:
15
mtucijobsweb/run.sh
Normal file
15
mtucijobsweb/run.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker stop mtuci-jobs-web || echo "1"
|
||||
docker rm mtuci-jobs-web || echo "2"
|
||||
|
||||
docker run -d \
|
||||
--restart always \
|
||||
-h mtuci-jobs-web \
|
||||
-p 127.0.0.1:3000:3000 \
|
||||
-e APP_BASE_URL="" \
|
||||
--name mtuci-jobs-web \
|
||||
--log-opt mode=non-blocking \
|
||||
--log-opt max-size=10m \
|
||||
--log-opt max-file=3 \
|
||||
mtuci-jobs-web-image:latest
|
||||
Reference in New Issue
Block a user