mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 06:53:25 +00:00
fix executable parameter
This commit is contained in:
parent
eaca0f047e
commit
a3a6564776
|
@ -14,4 +14,4 @@ FROM bitbetter/api
|
||||||
|
|
||||||
COPY --from=build /licenseGen/bin/Release/net8.0/publish/* /app/
|
COPY --from=build /licenseGen/bin/Release/net8.0/publish/* /app/
|
||||||
|
|
||||||
ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--executable /app/Api", "--cert", "/cert.pfx" ]
|
ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--executable", "/app/Api", "--cert", "/cert.pfx" ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user