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
1ea109da
Commit
1ea109da
authored
Sep 24, 2020
by
ipatini
Browse files
Fix in control-service dockerization (to prevent copying baguette-client.tgz twice)
parent
b0c31004
Pipeline
#9426
passed with stage
in 38 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
event-management/control-service/src/main/docker/Dockerfile
View file @
1ea109da
...
...
@@ -23,7 +23,6 @@ ADD config ./config
ADD
resources ./resources
RUN
mkdir
logs
RUN
bash
-c
'touch jars/*.jar'
RUN
bash
-c
'chmod +rx ./bin/*.sh'
ENTRYPOINT
["./bin/run.sh"]
\ No newline at end of file
Write
Preview
Supports
Markdown
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