1
0
mirror of https://github.com/ACINQ/eclair.git synced 2025-01-19 05:33:59 +01:00

fixup! Distribute connection-handling (#1566) (#1634)

This commit is contained in:
Pierre-Marie Padiou 2020-12-14 17:24:34 +01:00 committed by GitHub
parent e8b47e14a7
commit 0ce993d6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"
WORKDIR /usr/src
COPY pom.xml pom.xml
COPY eclair-core/pom.xml eclair-core/pom.xml
COPY eclair-front/pom.xml eclair-front/pom.xml
COPY eclair-node/pom.xml eclair-node/pom.xml
COPY eclair-node-gui/pom.xml eclair-node-gui/pom.xml
COPY eclair-node/modules/assembly.xml eclair-node/modules/assembly.xml