mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
LICENSE
This commit is contained in:
@@ -19,6 +19,7 @@ RUN dotnet publish FocusApp.csproj -c Release -o /app/publish --no-restore -p:Sk
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/publish .
|
||||
COPY LICENSE .
|
||||
EXPOSE 5000
|
||||
ENV ASPNETCORE_URLS=http://0.0.0.0:5000
|
||||
ENV ASPNETCORE_ENVIRONMENT=Production
|
||||
|
||||
Reference in New Issue
Block a user