Skip to content

Instantly share code, notes, and snippets.

@jgardner04
Created August 23, 2017 20:35
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 jgardner04/d52f87ebad6b843224359c1d73a73160 to your computer and use it in GitHub Desktop.
Save jgardner04/d52f87ebad6b843224359c1d73a73160 to your computer and use it in GitHub Desktop.
FROM microsoft/dotnet:2.0.0-runtime-stretch
ARG EXE_DIR=.
WORKDIR /app
COPY $EXE_DIR/ ./
CMD ["dotnet", "FilterModule.dll"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment