Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Luke Texon
simplewebapp
Commits
2727c2dd
Commit
2727c2dd
authored
Jan 17, 2020
by
Luke Texon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Isolated build and test stages
parent
3b1e0d78
Pipeline
#113519
passed with stages
in 4 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Dockerfile
Dockerfile
+0
-3
heroku.yml
heroku.yml
+5
-0
No files found.
Dockerfile
View file @
2727c2dd
...
...
@@ -8,7 +8,4 @@ COPY src /src
COPY
system.properties /system.properties
COPY
pom.xml /pom.xml
RUN
mvn package
ENV
PATH /var/lib/ruby/2.5.0/bin:$PATH
CMD
["sh", "target/bin/simplewebapp"]
heroku.yml
View file @
2727c2dd
build
:
docker
:
web
:
Dockerfile
run
:
web
:
command
:
-
mvn package
-
sh target/bin/simplewebapp
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