mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Change startup url to avoid conflict
This commit is contained in:
@@ -8,6 +8,8 @@ RUN dotnet publish -c Release --no-restore -o out -a $TARGETARCH
|
|||||||
|
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
|
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
|
||||||
|
|
||||||
|
ENV ASPNETCORE_URLS=http://+:5050
|
||||||
|
|
||||||
WORKDIR /App
|
WORKDIR /App
|
||||||
COPY --from=build /App/out .
|
COPY --from=build /App/out .
|
||||||
RUN addgroup -S metadata && adduser -S -G metadata metadata
|
RUN addgroup -S metadata && adduser -S -G metadata metadata
|
||||||
|
|||||||
Reference in New Issue
Block a user