Skip to content

Commit 828548d

Browse files
SattvikSattvik
authored andcommitted
fix: dockerfile
1 parent 504a816 commit 828548d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -x \
3131
&& apt-get purge -y --auto-remove wget
3232
COPY --from=tmp --chown=supertokens /usr/lib/supertokens /usr/lib/supertokens
3333
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/
34+
COPY ./supertokens-postgresql-plugin/.github/helpers/docker/docker-entrypoint.sh /usr/local/bin/
3535
RUN echo "$(md5sum /usr/lib/supertokens/config.yaml | awk '{ print $1 }')" >> /CONFIG_HASH
3636
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
3737
EXPOSE 3567

0 commit comments

Comments
 (0)