Skip to content

Commit 45c868b

Browse files
authored
fix: remove sysctl commands from Dockerfile (#59)
1 parent 14ad582 commit 45c868b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ RUN set -x \
3434
COPY --from=tmp --chown=supertokens /usr/lib/supertokens /usr/lib/supertokens
3535
COPY --from=tmp --chown=supertokens /usr/bin/supertokens /usr/bin/supertokens
3636
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
4037
RUN echo "$(md5sum /usr/lib/supertokens/config.yaml | awk '{ print $1 }')" >> /CONFIG_HASH
4138
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
4239
EXPOSE 3567

0 commit comments

Comments
 (0)