We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b546e commit 0c95511Copy full SHA for 0c95511
Dockerfile
@@ -6,5 +6,5 @@ ENV API_KV_BIND=":8080" \
6
API_KV_DIR="/data" \
7
API_KV_TOKEN="changeme"
8
ENTRYPOINT ["/api-kv"]
9
-RUN ["serve"]
+CMD ["serve"]
10
ADD api-kv /
0 commit comments