We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f68b583 + e77a239 commit 629addcCopy full SHA for 629addc
2 files changed
src/BuslyCLI.Console/BuslyCLI.Console.csproj
@@ -16,6 +16,7 @@
16
<RepositoryType>git</RepositoryType>
17
<InformationalVersion>0.1.0</InformationalVersion>
18
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
19
+ <AssemblyName>busly</AssemblyName>
20
</PropertyGroup>
21
22
<ItemGroup>
src/BuslyCLI.Console/Dockerfile
@@ -33,4 +33,4 @@ COPY --from=build /app/publish .
33
RUN chown -R $APP_UID:$APP_UID /app
34
USER $APP_UID
35
36
-ENTRYPOINT ["./BuslyCLI.Console"]
+ENTRYPOINT ["./busly"]
0 commit comments