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
memoriav
Memobase 2020
services
Elasticsearch Services
Search Doc Service
Commits
0013c955
Commit
0013c955
authored
Jun 25, 2020
by
Jonas Waeber
Browse files
Update dockerfile
parent
33930a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0013c955
FROM
open
jdk
:
8
FROM
gradle:6.3-
jdk8
ADD
. /
WORKDIR
/
RUN
./
gradle
w
-q
--no-
sca
n
--no-
daemo
n
--no-build-cache
distTar
RUN
gradle
--no-
daemo
n
--no-
sca
n
--no-build-cache
distTar
RUN
cd
/build/distributions
&&
tar
xf app.tar
FROM
openjdk:8-jre-alpine
...
...
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