feat: string-unpack api

This commit is contained in:
2024-05-08 21:25:02 +03:00
parent 0f8d6b39fb
commit 070934d66a
18 changed files with 572 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ ARG ALPINE_VER
FROM postgres:${POSTGRES_VER} AS postgres
COPY ./db/* /docker-entrypoint-initdb.d/
COPY ./string-unpack/internal/db/* /docker-entrypoint-initdb.d/
RUN set -ex \
&& chmod 1777 /tmp