mirror of
https://git.mills.io/prologic/zs
synced 2025-04-02 04:46:11 +03:00
Fix Docker image's WORKDIR to /data so zs serve works without errors
This commit is contained in:
parent
3b6497cdee
commit
b96093f460
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ EXPOSE 8000/tcp
|
|||
|
||||
VOLUME /data
|
||||
|
||||
WORKDIR /
|
||||
WORKDIR /data
|
||||
|
||||
COPY --from=build /src/zs /usr/local/bin/zs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue