mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
6 lines
184 B
Docker
6 lines
184 B
Docker
# Fetch base gremlin server image
|
|
FROM tinkerpop/gremlin-server
|
|
|
|
# Copy overriden server configuration.
|
|
COPY gremlin-server.yaml tinkergraph-empty.properties /opt/gremlin-server/conf/
|