Skip to content

Commit fefc234

Browse files
committed
fix: dockerfile
1 parent ccd3964 commit fefc234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ADD ./plugin-interface ./plugin-interface
1818
ADD ./plugin ./plugin
1919
ADD ./ee ./ee
2020
ADD ./config.yaml ./config.yaml
21-
RUN echo "host: 0.0.0.0" >> ./config.yaml
2221
ADD ./version.yaml ./version.yaml
2322

2423
RUN 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
4443
COPY ./supertokens-postgresql-plugin/.github/helpers/docker/docker-entrypoint.sh /usr/local/bin/
4544
RUN echo "$(md5sum /usr/lib/supertokens/config.yaml | awk '{ print $1 }')" >> /CONFIG_HASH
4645
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
46+
ENV SUPERTOKENS_HOST "0.0.0.0"
4747
EXPOSE 3567
4848
USER "supertokens"
4949
ENTRYPOINT ["docker-entrypoint.sh"]
50-
CMD ["supertokens", "start"]
50+
CMD ["supertokens", "start"]

0 commit comments

Comments
 (0)