remove -it from docker run step
Deploy Website / build (push) Failing after 17s
Details
Deploy Website / build (push) Failing after 17s
Details
This commit is contained in:
parent
08a18b1200
commit
ed229b1a7e
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
docker run --rm -it -v `pwd`:/src -u $UID:$GID klakegg/hugo
|
docker run --rm -v `pwd`:/src -u $UID:$GID klakegg/hugo
|
||||||
|
|
Loading…
Reference in New Issue