Skip to content

Commit

Permalink
Adds changeset and fixes Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Jan 24, 2025
1 parent 4c96e77 commit f49b1ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions parrot/.changeset/v0.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Initial creation of parrot
- Able to reply to dynamically created routes
- Able to record all incoming route requests
- Able to create local, binary, and Docker versions
2 changes: 1 addition & 1 deletion parrot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM scratch
COPY parrotserver /parrotserver
ENTRYPOINT [ "parrotserver" ]
ENTRYPOINT [ "parrotserver", "-port", "9090", "-t" ]

0 comments on commit f49b1ae

Please sign in to comment.