mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-24 00:59:53 +00:00
updated Dockerfile
This commit is contained in:
parent
3e809562e6
commit
a727aca44b
|
@ -23,4 +23,5 @@ RUN dotnet publish "./JustShortIt.csproj" -c $BUILD_CONFIGURATION -o /app/publis
|
||||||
FROM base AS final
|
FROM base AS final
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=publish /app/publish .
|
COPY --from=publish /app/publish .
|
||||||
|
COPY LICENSE .
|
||||||
ENTRYPOINT ["dotnet", "JustShortIt.dll"]
|
ENTRYPOINT ["dotnet", "JustShortIt.dll"]
|
Loading…
Reference in a new issue