File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,9 @@ COPY --from=tmp --chown=supertokens /usr/lib/supertokens /usr/lib/supertokens
4242COPY --from=tmp --chown=supertokens /usr/bin/supertokens /usr/bin/supertokens
4343COPY ./supertokens-postgresql-plugin/.github/helpers/docker/docker-entrypoint.sh /usr/local/bin/
4444RUN echo "$(md5sum /usr/lib/supertokens/config.yaml | awk '{ print $1 }')" >> /CONFIG_HASH
45- RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
45+ RUN ln -s /usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
46+ RUN chmod +x /usr/local/bin/docker-entrypoint.sh
4647EXPOSE 3567
4748USER "supertokens"
48- ENTRYPOINT ["docker- entrypoint.sh" ]
49+ ENTRYPOINT ["/ entrypoint.sh" ]
4950CMD ["supertokens" , "start" ]
You can’t perform that action at this time.
0 commit comments