Skip to content

Commit

Permalink
Remove docker file, unneeded as not changing the base Ruby image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Palmer committed Jan 4, 2025
1 parent a851174 commit 5d57b4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
app:
build: .
image: ruby:3.3
command: /bin/sh -c "sleep infinity"
# Works but doesn't output to console
# command: /bin/sh -c 'bundle exec jekyll serve --livereload' --path /docs
Expand Down

0 comments on commit 5d57b4c

Please sign in to comment.