From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:29:36 +0000 (+1000) Subject: Fix Docker image's WORKDIR to /data so zs serve works without errors X-Git-Tag: 0.1.2^0 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b96093f46019a593985ffe96d43bbf01530e7343;p=aya.git Fix Docker image's WORKDIR to /data so zs serve works without errors --- diff --git a/Dockerfile b/Dockerfile index beaf9ab..f392c70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ EXPOSE 8000/tcp VOLUME /data -WORKDIR / +WORKDIR /data COPY --from=build /src/zs /usr/local/bin/zs