Skip to content

Commit f49b1ae

Browse files
committed
Adds changeset and fixes Dockerfile
1 parent 4c96e77 commit f49b1ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

parrot/.changeset/v0.1.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Initial creation of parrot
2+
- Able to reply to dynamically created routes
3+
- Able to record all incoming route requests
4+
- Able to create local, binary, and Docker versions

parrot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM scratch
22
COPY parrotserver /parrotserver
3-
ENTRYPOINT [ "parrotserver" ]
3+
ENTRYPOINT [ "parrotserver", "-port", "9090", "-t" ]

0 commit comments

Comments
 (0)