Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created June 8, 2019 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriskuech/da4c764a89d1865746f57c96900eaf9c to your computer and use it in GitHub Desktop.
Save chriskuech/da4c764a89d1865746f57c96900eaf9c to your computer and use it in GitHub Desktop.
SHELL pwsh
ENV PSModulePath="$PSModulePath:/modules"
COPY ./MyModule /modules
RUN Import-Module MyModule; Invoke-FunctionInMyModule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment