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 14ad582 commit 45c868bCopy full SHA for 45c868b
Dockerfile
@@ -34,9 +34,6 @@ RUN set -x \
34
COPY --from=tmp --chown=supertokens /usr/lib/supertokens /usr/lib/supertokens
35
COPY --from=tmp --chown=supertokens /usr/bin/supertokens /usr/bin/supertokens
36
COPY docker-entrypoint.sh /usr/local/bin/
37
-RUN sysctl -w net.ipv4.tcp_keepalive_time=60 && \
38
- sysctl -w net.ipv4.tcp_keepalive_intvl=5 && \
39
- sysctl -w net.ipv4.tcp_keepalive_probes=3
40
RUN echo "$(md5sum /usr/lib/supertokens/config.yaml | awk '{ print $1 }')" >> /CONFIG_HASH
41
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
42
EXPOSE 3567
0 commit comments