Skip to content

Commit

Permalink
fix: land-server Dockerfile use wrong wizer binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed Nov 29, 2024
1 parent 70eeb03 commit 057622e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion land-server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ RUN \
apt-get install -y ca-certificates && \
apt-get clean
COPY --from=build /usr/src/land-server/target/release/land-server /opt/bin/land-server
COPY --from=build /usr/src/land-server/wizer-v6.0.0-x86_64-linux /opt/bin/wizer
COPY --from=build /usr/src/land-server/wizer-v7.0.5-x86_64-linux /opt/bin/wizer
EXPOSE 9840
CMD ["/opt/bin/land-server","--verbose"]

0 comments on commit 057622e

Please sign in to comment.