site

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

commit 97ad4d1e28d220726d3ce666e8a1888a083e5709
parent 03b39302862f695e095726eae43f023d08fe90d1
Author: cbeauhilton <34774299+cbeauhilton@users.noreply.github.com>
Date:   Tue, 30 Apr 2024 13:29:36 -0500

Update Dockerfile
Diffstat:
MDockerfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -7,6 +7,7 @@ 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