1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-19 17:28:59 +00:00

updated Dockerfile

This commit is contained in:
Mia Rose Winter 2024-03-29 19:32:07 +01:00
parent 3e809562e6
commit a727aca44b
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -23,4 +23,5 @@ RUN dotnet publish "./JustShortIt.csproj" -c $BUILD_CONFIGURATION -o /app/publis
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
COPY LICENSE .
ENTRYPOINT ["dotnet", "JustShortIt.dll"]