conductor-setup/v3.4/Dockerfile-server-pre

8 lines
200 B
Plaintext
Raw Permalink Normal View History

2022-07-25 11:17:17 +02:00
FROM nubisware/conductor-server3
LABEL maintainer="Nubisware <info@nubisware.com>"
# Copy the compiled output to new image
2023-12-11 09:54:14 +01:00
COPY ./config.pre/config-pg-es7.properties /app/config/config.properties
2022-07-25 11:17:17 +02:00