Skip to content

Commit 5326975

Browse files
committed
chore: rename docker files to be more generic
1 parent a38fc26 commit 5326975

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

docker-compose.yml renamed to compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ services:
66
container_name: php-revival-landing
77
build:
88
context: .
9+
dockerfile: Composefile
910
volumes:
10-
- .:/app
11+
- .:/app:z
1112
- /app/node_modules
1213
ports:
1314
- 3000:3000

0 commit comments

Comments
 (0)