We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b0c4f commit b56839eCopy full SHA for b56839e
Dockerfile
@@ -6,6 +6,7 @@ ENV ModuleName=PSJekyll
6
ENV InstallAptGet="build-essential","ruby-full","bundler","git","curl","ca-certificates","libc6","libgcc1"
7
ENV InstallModule="ugit"
8
ENV InstallRubyGem="jekyll"
9
+ENV KeepGit="true"
10
# Copy the module into the container
11
RUN --mount=type=bind,src=./,target=/Initialize /bin/pwsh -nologo -command /Initialize/Container.init.ps1
12
# Set the entrypoint to the script we just created.
0 commit comments