Skip to content

Commit 0c95511

Browse files
committed
build: docker typo fix
1 parent 46b546e commit 0c95511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ ENV API_KV_BIND=":8080" \
66
API_KV_DIR="/data" \
77
API_KV_TOKEN="changeme"
88
ENTRYPOINT ["/api-kv"]
9-
RUN ["serve"]
9+
CMD ["serve"]
1010
ADD api-kv /

0 commit comments

Comments
 (0)