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
## curl is required for healthcheck, bzip2 to unzip the sqlite database
RUN apt-get -qq update \
&& apt-get -qq install -y \
bzip2 \
curl \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN sed 's/<head>/<head>{% block head %}{% endblock %}/' /app/opbeans/static/build/index.html | sed 's/<script type="text\/javascript" src="\/rum-config.js"><\/script>//' > /app/opbeans/templates/base.html