Pavel Konstantinov created IGNITE-3266:
------------------------------------------
Summary: Web console: error in docker file
Key: IGNITE-3266
URL:
https://issues.apache.org/jira/browse/IGNITE-3266 Project: Ignite
Issue Type: Bug
Components: UI
Reporter: Pavel Konstantinov
Assignee: Maxim Afanasiev
I've noticed error in docker file 'cp {} '
{code}
# Copy project jars to node classpath.
RUN mkdir $IGNITE_HOME/libs/1 && \
find 1/target -name "*.jar" -type f -exec cp {} $IGNITE_HOME/libs/1 \; && \
cp -r 1/config/* $IGNITE_HOME/config
{code}
I suppose this should be 'jdbc-drivers' folder.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)