Skip to content

Commit

Permalink
edit README file
Browse files Browse the repository at this point in the history
  • Loading branch information
robatipoor committed Mar 18, 2024
1 parent 4a5dce6 commit e69e56c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ $ cargo run --bin api
# Pull the image from the github registry and run container
$ docker run --name pf-api --rm -p 8080:8080 -d ghcr.io/robatipoor/pf-api:latest

# Alternatively, if you need to configure the server with custom settings,
# edit api/settings/base.toml and then build the Docker image.
# Alternatively, build your own Docker image.
$ docker build -t pf-api:latest -f api/Dockerfile .

# Run Docker container on address 0.0.0.0:8080
Expand Down

0 comments on commit e69e56c

Please sign in to comment.