fixed LICENSE missing in published container image
This commit is contained in:
parent
9831bbd5bf
commit
54fae07a58
|
@ -21,7 +21,6 @@
|
|||
**/obj
|
||||
**/secrets.dev.yaml
|
||||
**/values.dev.yaml
|
||||
LICENSE
|
||||
README.md
|
||||
!**/.gitignore
|
||||
!.git/HEAD
|
||||
|
|
|
@ -38,4 +38,5 @@ RUN dotnet publish "./Wave.csproj" \
|
|||
FROM base AS final
|
||||
WORKDIR /app
|
||||
COPY --from=publish /app/publish .
|
||||
COPY LICENSE .
|
||||
ENTRYPOINT ["dotnet", "Wave.dll"]
|
||||
|
|
Loading…
Reference in a new issue