mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
fix: docker compose command in readme
This commit is contained in:
@@ -11,7 +11,7 @@ $ cp .env.example .env
|
||||
# The only thing you need to set is SEED_USER_API_KEY, which should be your key
|
||||
|
||||
# Build & run the project
|
||||
$ docker compose run web --service-ports /bin/bash
|
||||
$ docker compose run --service-ports web /bin/bash
|
||||
|
||||
# Now you're inside docker & you can do all the fun rails things...
|
||||
app# bin/rails s -b 0.0.0.0 # this hosts the server on your computer w/ default port 3000
|
||||
@@ -28,6 +28,3 @@ $ docker compose run web --service-ports /bin/bash
|
||||
# once inside, reset the db
|
||||
app# $ bin/rails db:drop db:create db:migrate db:seed
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user