[
https://issues.apache.org/jira/browse/IGNITE-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Novikov reassigned IGNITE-3266:
--------------------------------------
Assignee: Andrey Novikov (was: Maxim Afanasiev)
> 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: Andrey Novikov
>
> 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. But in case when project
> doesn't contain any jdbs drivers an incorrect text is generated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)