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

@ -59,8 +59,5 @@ RUN chmod 755 /entrypoint.sh
WORKDIR /app
COPY --from=build /app/published .
ENV ASPNETCORE_URLS=http://+:80
EXPOSE 80
ENTRYPOINT "/entrypoint.sh"