File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ ADD ./plugin-interface ./plugin-interface
1818ADD ./plugin ./plugin
1919ADD ./ee ./ee
2020ADD ./config.yaml ./config.yaml
21- RUN echo "host: 0.0.0.0" >> ./config.yaml
2221ADD ./version.yaml ./version.yaml
2322
2423RUN ls && ./jre/bin/java -classpath "./cli/*" io.supertokens.cli.Main true $@
@@ -44,7 +43,8 @@ COPY --from=tmp --chown=supertokens /usr/bin/supertokens /usr/bin/supertokens
4443COPY ./supertokens-postgresql-plugin/.github/helpers/docker/docker-entrypoint.sh /usr/local/bin/
4544RUN echo "$(md5sum /usr/lib/supertokens/config.yaml | awk '{ print $1 }')" >> /CONFIG_HASH
4645RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
46+ ENV SUPERTOKENS_HOST "0.0.0.0"
4747EXPOSE 3567
4848USER "supertokens"
4949ENTRYPOINT ["docker-entrypoint.sh" ]
50- CMD ["supertokens" , "start" ]
50+ CMD ["supertokens" , "start" ]
You can’t perform that action at this time.
0 commit comments