mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-16 19:26:18 +00:00
updates
This commit is contained in:
5
src/licenseGen/Dockerfile
Normal file
5
src/licenseGen/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM bitbetter/api
|
||||
|
||||
COPY bin/Debug/netcoreapp2.0/publish/* /app/
|
||||
|
||||
ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--cert", "/cert.pfx" ]
|
||||
Reference in New Issue
Block a user