There was an error while loading. Please reload this page.
1 parent 59b805c commit ff4619aCopy full SHA for ff4619a
1 file changed
Containerfile
@@ -18,14 +18,20 @@ LABEL \
18
org.opencontainers.image.licenses="MIT"
19
20
ARG \
21
- MAS_VERSION="v1.19.0" \
+ MAS_VERSION="v1.20.0" \
22
MAS_REPO_URL="https://github.com/element-hq/matrix-authentication-service"
23
24
COPY CHANGELOG.md /usr/src/container/CHANGELOG.md
25
COPY LICENSE /usr/src/container/LICENSE
26
COPY README.md /usr/src/container/README.md
27
28
ENV \
29
+ BUILD_ENV=" \
30
+ ENABLE_NGINX=FALSE \
31
+ NGINX_SITE_ENABLED=matrix_authentication_service \
32
+ NGINX_ENABLE_CREATE_SAMPLE_HTML=FALSE \
33
+ " \
34
+ && \
35
IMAGE_NAME="nfrastack/matrix-authentication-service" \
36
IMAGE_REPO_URL="https://github.com/nfrastack/container-matrix-authentication-service/"
37
0 commit comments