feat: string-unpack api
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user