remove -it from docker run step
Deploy Website / build (push) Failing after 17s Details

This commit is contained in:
James Ravenscroft 2024-09-08 11:48:56 +01:00
parent 08a18b1200
commit ed229b1a7e
1 changed files with 1 additions and 1 deletions

View File

@ -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