mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2026-09-11 04:00:24 +03:00
updates
This commit is contained in:
@@ -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