fix: JupyterHub Dockerfile - add eric user, sudo, fix DB path (4 slashes)
This commit is contained in:
6
configuration/ditto/Dockerfile
Normal file
6
configuration/ditto/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user