We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893705c commit 3fd1efeCopy full SHA for 3fd1efe
backend/build.gradle
@@ -67,7 +67,7 @@ jar.dependsOn(':frontend:assemble')
67
task buildDocker(type: Docker) {
68
baseImage = 'develar/java:latest'
69
push = false
70
- applicationName = jar.baseName
+ tag = 'geowarin/boot-react'
71
addFile {
72
from jar
73
rename {'app.jar'}
docker-compose.yml
@@ -1,5 +1,5 @@
1
app:
2
- image: boot-react/boot-react
+ image: geowarin/boot-react
3
command: --spring.profiles.active=redis --spring.redis.host=redis
4
links:
5
- redis
0 commit comments