This website requires JavaScript.
Explore
Help
Sign In
ravenscroftj
/
brainsteam.co.uk
Watch
1
Star
0
Fork
You've already forked brainsteam.co.uk
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
915c8f11da
brainsteam.co.uk
/
brainsteam
/
build.sh
3 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
add script for building site with docker
2022-10-22 16:18:24 +01:00
#!/bin/bash
remove -it from docker run step
2024-09-08 11:48:56 +01:00
docker run --rm -v
`
pwd
`
:/src -u
$UID
:
$GID
klakegg/hugo