Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
esteininger committed Mar 19, 2024
1 parent b0c5828 commit 7144672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/parsers/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Docker Commands:

docker build --platform linux/amd64 -t nux/nux-server-parse-latest:latest .
docker build --platform linux/amd64 -t nux/nux-server-parse:latest .

docker run -p 8001:8001 nux/nux-server-parse-latest:latest
docker run -p 8001:8001 nux/nux-server-parse:latest

## Run without docker:

Expand All @@ -14,6 +14,6 @@ nux-server-parse-latest:8001

## push to gh

docker tag nux/nux-server-parse-latest:latest ghcr.io/nux-ai/nux-server-parse-latest:latest
docker tag nux/nux-server-parse:latest ghcr.io/nux-ai/nux-server-parse:latest

docker push ghcr.io/nux-ai/nux-server-parse-latest:latest
docker push ghcr.io/nux-ai/nux-server-parse:latest

0 comments on commit 7144672

Please sign in to comment.