From 6f968d0f1246568b3d29290761e3bfd271cd62a1 Mon Sep 17 00:00:00 2001 From: Alex Litvak Date: Tue, 2 Apr 2024 10:59:37 +0600 Subject: [PATCH] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73e959da..59c56e9c 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ Try not to use HTML unless it's required! Use markdown for everything if possib 1. `docker build -t jekyll .` 1. `docker run --rm -it -v "$PWD":/app -p 4000:4000 jekyll serve --watch --host 0.0.0.0` -Note: to do a bundle update, run `docker run --rm -it -v "$PWD":/app -w /app iron/ruby:dev bundle update` +Note: to do a bundle update, run `docker run --rm -it -v "$PWD":/app -w /app iron/ruby:dev bundle update`