Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comunicacao HSL
Comunicacao HSL Backend
Commits
3a28f85a
Commit
3a28f85a
authored
3 years ago
by
José Alfredo Goulart Filho
Browse files
Options
Download
Email Patches
Plain Diff
working with multiple command
parent
bb1edaa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
Dockerfile
hsl-communication-service.jar
+0
-0
hsl-communication-service.jar
with
1 addition
and
1 deletion
+1
-1
Dockerfile
View file @
3a28f85a
...
...
@@ -2,4 +2,4 @@ FROM adoptopenjdk:11-jre-hotspot
ARG
JAR_FILE="build/libs/hsl-communication-service.jar"
COPY
${JAR_FILE} application.jar
EXPOSE
8080
ENTRYPOINT
["java", "-jar", "application.jar"]
\ No newline at end of file
ENTRYPOINT
["java", "-jar", "application.jar"]
This diff is collapsed.
Click to expand it.
hsl-communication-service.jar
deleted
100644 → 0
View file @
bb1edaa7
File deleted
This diff is collapsed.
Click to expand it.
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