Skip to content

Commit 5da314c

Browse files
committed
Rename container name and folder name in Dockerfile
1 parent 25c7473 commit 5da314c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repos
88
RUN apk add --no-cache openjdk17 maven
99

1010
WORKDIR /spring-app
11-
COPY SpringBooTex .
11+
COPY SimplePdfGenAPI .
1212
RUN mvn clean install
1313

1414
CMD mvn spring-boot:run

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: '3.1'
22

33
services:
4-
springbootex:
4+
simplepdfgenapi:
55
build:
66
context: .
77
dockerfile: Dockerfile/Dockerfile
88
restart: unless-stopped
9-
container_name: "springbootex"
9+
container_name: "SimplePdfGenAPI"
1010
ports:
1111
- "10800:10800"
1212

0 commit comments

Comments
 (0)