Skip to content

Commit 3fd1efe

Browse files
committed
Change docker image tag to geowarin/boot-react
1 parent 893705c commit 3fd1efe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jar.dependsOn(':frontend:assemble')
6767
task buildDocker(type: Docker) {
6868
baseImage = 'develar/java:latest'
6969
push = false
70-
applicationName = jar.baseName
70+
tag = 'geowarin/boot-react'
7171
addFile {
7272
from jar
7373
rename {'app.jar'}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app:
2-
image: boot-react/boot-react
2+
image: geowarin/boot-react
33
command: --spring.profiles.active=redis --spring.redis.host=redis
44
links:
55
- redis

0 commit comments

Comments
 (0)