Skip to content

Commit ec0ce2e

Browse files
committed
Create compose.yml
To build the pages on Linux, added `compose.yml`.
1 parent c19a553 commit ec0ce2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
services:
2+
app:
3+
image: ruby:3.3
4+
working_dir: /app
5+
volumes:
6+
- .:/app

0 commit comments

Comments
 (0)