You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM staneee/aspnet:5-focal-gdi-fontconfig AS base
FROM staneee/wait-for-it:alpine-3.17 AS scripts
FROM base AS final
WORKDIR /app
COPY --from=scripts /common-scripts/wait-for-it.sh ./wait-for-it.sh