mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
micro comment cosmetics
This commit is contained in:
parent
b613a9f9ba
commit
57cfcb481d
@ -3,7 +3,7 @@ FROM maven:3-jdk-8 as maven
|
||||
WORKDIR /usr/src
|
||||
COPY pom.xml .
|
||||
COPY src src
|
||||
# .Copy default props file
|
||||
# Copy default props file
|
||||
COPY src/main/resources/props/sample.props.template src/main/resources/props/default.props
|
||||
COPY src/main/resources/container.logback.xml.example src/main/resources/default.logback.xml
|
||||
RUN mvn -e -B dependency:resolve
|
||||
|
||||
Loading…
Reference in New Issue
Block a user