This commit is contained in:
l.gabrysiak 2024-08-21 14:45:12 +02:00
parent b0270b4df2
commit 6823c35667
1 changed files with 0 additions and 3 deletions

View File

@ -60,7 +60,4 @@ WORKDIR /app
COPY --from=build /app/published . COPY --from=build /app/published .
ENV ASPNETCORE_URLS=http://+:80
EXPOSE 80
ENTRYPOINT "/entrypoint.sh" ENTRYPOINT "/entrypoint.sh"