site

files for beauhilton.com
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit bfd3ecaa0d8d0c481db0a844ea9e999a1337f1c4
parent 97ad4d1e28d220726d3ce666e8a1888a083e5709
Author: Beau <cbeauhilton@gmail.com>
Date:   Tue, 30 Apr 2024 13:41:08 -0500

update

Diffstat:
MDockerfile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -7,7 +7,6 @@ RUN apt-get update && apt-get install -y wget tar pandoc highlight RUN soupault || (wget https://github.com/PataphysicalSociety/soupault/releases/download/4.10.0/soupault-4.10.0-linux-x86_64.tar.gz \ && tar -xvf soupault-4.10.0-linux-x86_64.tar.gz \ && mv -v ./soupault-4.10.0-linux-x86_64/soupault /usr/bin/ \ - && ls \ && soupault) # Expose port 3001