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

Commit 1b40245

Browse files
Add docker compose that builds rather then from gh
1 parent 4048b27 commit 1b40245

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker/docker-compose-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: "3"
2+
services:
3+
ruby:
4+
image: ruby:latest
5+
build: .
6+
container_name: ruby
7+
restart: unless-stopped
8+
ports:
9+
# DO NOT CHANGE 8080!
10+
- your port here:8080

0 commit comments

Comments
 (0)