Skip to content

Commit bc2eb4c

Browse files
committed
space fixes
1 parent 660db20 commit bc2eb4c

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION
44

55
# Ensure binding is always 0.0.0.0
66
# Binds the server to all IP addresses of the container, so it can be accessed from outside the container.
7-
ENV BINDING="0.0.0.0"
7+
ENV BINDING="0.0.0.0"

.devcontainer/compose.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ services:
77
dockerfile: .devcontainer/Dockerfile
88

99
volumes:
10-
- ../../ruby_ui:/workspaces/ruby_ui:cached
11-
12-
# Overrides default command so things don't shut down after the process ends.
13-
command: sleep infinity
10+
- ../../ruby_ui:/workspaces/ruby_ui:cached
11+
# Overrides default command so things don't shut down after the process ends.
12+
command: sleep infinity

0 commit comments

Comments
 (0)