We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504a816 commit 828548dCopy full SHA for 828548d
.github/helpers/docker/Dockerfile
@@ -31,7 +31,7 @@ RUN set -x \
31
&& apt-get purge -y --auto-remove wget
32
COPY --from=tmp --chown=supertokens /usr/lib/supertokens /usr/lib/supertokens
33
COPY --from=tmp --chown=supertokens /usr/bin/supertokens /usr/bin/supertokens
34
-COPY ./supertokens-root/supertokens-postgresql-plugin/.github/helpers/docker/postgresql/docker-entrypoint.sh /usr/local/bin/
+COPY ./supertokens-postgresql-plugin/.github/helpers/docker/docker-entrypoint.sh /usr/local/bin/
35
RUN echo "$(md5sum /usr/lib/supertokens/config.yaml | awk '{ print $1 }')" >> /CONFIG_HASH
36
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
37
EXPOSE 3567
0 commit comments