Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-upperware
Commits
b0c31004
Commit
b0c31004
authored
Sep 24, 2020
by
ipatini
Browse files
Fix in control-service dockerization (to prevent copying baguette-client.tgz twice)
parent
89359b12
Pipeline
#9425
passed with stage
in 28 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
event-management/control-service/pom.xml
View file @
b0c31004
...
...
@@ -261,6 +261,9 @@
<resource>
<targetPath>
/config
</targetPath>
<directory>
${project.basedir}/../config-files
</directory>
<excludes>
<exclude>
resources/**/*
</exclude>
</excludes>
</resource>
<!--<resource>
<targetPath>/resources</targetPath>
...
...
event-management/control-service/src/main/docker/Dockerfile
View file @
b0c31004
...
...
@@ -10,8 +10,8 @@
FROM
java:8-alpine
ENV
BASEDIR /opt/ems-server
#
ENV MELODIC_CONFIG_DIR ${BASEDIR}/config
#
ENV PAASAGE_CONFIG_DIR ${BASEDIR}/config
ENV
MELODIC_CONFIG_DIR ${BASEDIR}/config
ENV
PAASAGE_CONFIG_DIR ${BASEDIR}/config
ENV
JAR_PATH ${BASEDIR}/jars
WORKDIR
${BASEDIR}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment