Browse Source

Use default version.

pull/386/head
Sebastian Stehle 7 years ago
parent
commit
74aed7a717
  1. 3
      Dockerfile
  2. 2
      src/Squidex/appsettings.json

3
Dockerfile

@ -55,6 +55,9 @@ RUN apk update \
# Copy from build stage # Copy from build stage
COPY --from=builder /out/alpine . COPY --from=builder /out/alpine .
ARG SQUIDEX__VERSION
ENV SQUIDEX__VERSION ${SQUIDEX__VERSION:-dev}
EXPOSE 80 EXPOSE 80
EXPOSE 11111 EXPOSE 11111

2
src/Squidex/appsettings.json

@ -493,6 +493,6 @@
* A list of configuration valeus that should be exposed from the info endpoint and in the UI. * A list of configuration valeus that should be exposed from the info endpoint and in the UI.
*/ */
"exposedConfiguration": { "exposedConfiguration": {
"MY_KEY": "MY_VALUE" "version": "squidex:version"
} }
} }

Loading…
Cancel
Save