7 lines
215 B
Docker
7 lines
215 B
Docker
FROM eclipse/ditto-gateway:latest
|
|
|
|
USER root
|
|
# Copy the modified JAR (with open auth in reference.conf)
|
|
COPY ditto-gateway-service-3.8.12-allinone.jar /opt/ditto/ditto-gateway-service-3.8.12-allinone.jar
|
|
USER ditto
|