Skip to content

Commit

Permalink
Remove bit about using dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Sep 19, 2024
1 parent c69d5c3 commit a9abae3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,3 @@ docker build -t astral:latest .
```
docker run -e SECRET_KEY_BASE=mysecrit -p 3000:3000 astral:latest
```

# Running the prod image (from repository):
1) Run the prod image:
```
docker run -e SECRET_KEY_BASE=mysecrit -p 3000:3000 astral:latest
```

0 comments on commit a9abae3

Please sign in to comment.