♻️ Refactor internal websocket connection stage management

This commit is contained in:
Andrey Antukh 2022-10-02 10:18:22 +02:00
parent 7dcd362abd
commit 8fae7f7aa6
4 changed files with 97 additions and 78 deletions

View file

@ -142,7 +142,6 @@ RUN set -ex; \
apt-get -qqy install postgresql-client-14; \
rm -rf /var/lib/apt/lists/*;
RUN set -eux; \
ARCH="$(dpkg --print-architecture)"; \
case "${ARCH}" in \