mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-03 01:38:30 -04:00
Fix Docker image's WORKDIR to /data so zs serve works without errors
This commit is contained in:
parent
3b6497cdee
commit
b96093f460
@ -51,7 +51,7 @@ EXPOSE 8000/tcp
|
|||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /data
|
||||||
|
|
||||||
COPY --from=build /src/zs /usr/local/bin/zs
|
COPY --from=build /src/zs /usr/local/bin/zs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user