Update dev setup

This commit is contained in:
Simon Bihel
2022-08-19 11:36:36 +01:00
parent 5ae46af107
commit d8251bdb59
4 changed files with 16 additions and 17 deletions

View File

@@ -35,6 +35,7 @@ WORKDIR /siwe-oidc
RUN mkdir -p ./static
COPY --from=node_builder /siwe-oidc/static/ ./static/
COPY --from=builder /siwe-oidc/siwe-oidc.toml ./
ENV SIWEOIDC_ADDRESS="0.0.0.0"
EXPOSE 8000
ENTRYPOINT ["siwe-oidc"]
LABEL org.opencontainers.image.source https://github.com/spruceid/siwe-oidc