Skip to content

Commit

Permalink
fix(server): docker file use wrong wizer directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed May 7, 2024
1 parent 9fa12bb commit a050b19
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,7 +14,7 @@ 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-v5.0.0-x86_64-linux /opt/bin/wizer
COPY --from=build /usr/src/land-server/wizer-v6.0.0-x86_64-linux /opt/bin/wizer
EXPOSE 9840
CMD ["/opt/bin/land-server","--verbose"]

0 comments on commit a050b19

Please sign in to comment.