Skip to content

Commit b56839e

Browse files
author
James Brundage
committed
fix: PSJekyll Dockerfile ( Fixes #11 )
Setting KeepGit
1 parent f3b0c4f commit b56839e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ENV ModuleName=PSJekyll
66
ENV InstallAptGet="build-essential","ruby-full","bundler","git","curl","ca-certificates","libc6","libgcc1"
77
ENV InstallModule="ugit"
88
ENV InstallRubyGem="jekyll"
9+
ENV KeepGit="true"
910
# Copy the module into the container
1011
RUN --mount=type=bind,src=./,target=/Initialize /bin/pwsh -nologo -command /Initialize/Container.init.ps1
1112
# Set the entrypoint to the script we just created.

0 commit comments

Comments
 (0)