Skip to content

Commit

Permalink
fix: land-server Dockerfile export port
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed Nov 29, 2024
1 parent 057622e commit d229593
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 @@ -15,5 +15,5 @@ RUN \
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-v7.0.5-x86_64-linux /opt/bin/wizer
EXPOSE 9840
EXPOSE 8844
CMD ["/opt/bin/land-server","--verbose"]

0 comments on commit d229593

Please sign in to comment.