Fix Docker image's WORKDIR to /data so zs serve works without errors

This commit is contained in:
James Mills 2023-03-12 22:29:36 +10:00
parent 3b6497cdee
commit b96093f460
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ EXPOSE 8000/tcp
VOLUME /data
WORKDIR /
WORKDIR /data
COPY --from=build /src/zs /usr/local/bin/zs