This commit is contained in:
parent
b0270b4df2
commit
6823c35667
|
|
@ -59,8 +59,5 @@ RUN chmod 755 /entrypoint.sh
|
||||||
WORKDIR /app
|
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"
|
||||||
Loading…
Reference in New Issue