We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73c6bd commit e3346b4Copy full SHA for e3346b4
Makefile
@@ -10,11 +10,11 @@ lint ::
10
build :: build8 build11
11
12
build8 ::
13
- docker build --build-arg JAVER=8 -t node-git-chromium-java .
+ docker build --no-cache --build-arg JAVER=8 -t node-git-chromium-java .
14
docker tag node-git-chromium-java prantlf/node-git-chromium-java:lts-alpine-java8
15
16
build11 ::
17
18
docker tag node-git-chromium-java prantlf/node-git-chromium-java:lts-alpine-openjdk
19
20
run ::
0 commit comments