Skip to content

Commit

Permalink
feat: 4bitcss Dockerfile updates ( Fixes #74, Fixes #76 )
Browse files Browse the repository at this point in the history
Using Container.start.ps1 and fixing typo
  • Loading branch information
James Brundage committed Sep 29, 2024
1 parent 88bf7f2 commit f1ef8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY --from=powershell /bin /bin
COPY --from=powershell /opt /opt

# Set the module name to the name of the module we are building
ENV ModuleName=4bitcssb
ENV ModuleName=4bitcss
ENV InstallPackages="build-essential","git"

SHELL ["/bin/pwsh", "-nologo", "-command"]
Expand All @@ -21,4 +21,4 @@ SHELL ["/bin/pwsh", "-nologo", "-command"]
RUN --mount=type=bind,src=./,target=/Initialize /Initialize/Container.init.ps1

# Set the entrypoint to the script we just created.
ENTRYPOINT [ "/bin/pwsh" ]
ENTRYPOINT [ "/bin/pwsh","-nologo","-noexit","-file","/Container.start.ps1" ]

0 comments on commit f1ef8a8

Please sign in to comment.