Skip to content

Commit 59b45ba

Browse files
authored
Adds run server command to dockerfile. (#237)
1 parent da15c4b commit 59b45ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ services:
4646
hostname: web-app-container
4747
ports:
4848
- "3000:3000"
49+
command: rails server -b 0.0.0.0 -p 3000
4950
depends_on:
5051
sidekiq:
5152
condition: service_started

0 commit comments

Comments
 (0)