Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

Commit 37aa23b

Browse files
committed
Remove volumes from docker-compose
1 parent 09a324f commit 37aa23b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ services:
66
context: .
77
dockerfile: Dockerfile
88
ports:
9-
- "8080:8080"
10-
volumes:
11-
- .:/app
9+
- "8080:8080"

0 commit comments

Comments
 (0)