We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c29bb commit 658bde1Copy full SHA for 658bde1
Dockerfile
@@ -15,5 +15,8 @@ RUN rm -rf /tmp/download
15
RUN datomic || true
16
17
RUN mkdir -p /root/.ssh
18
+COPY ssh-config /root/.ssh/config
19
+
20
+EXPOSE 8182
21
22
ENTRYPOINT ["datomic"]
ssh-config
@@ -0,0 +1,3 @@
1
+Host *
2
+ AddressFamily inet
3
+ GatewayPorts yes
0 commit comments