mirror of
https://git.hackfreedom.org/mesh.cat/meshname.git
synced 2026-05-22 06:22:32 +00:00
Docker updates
This commit is contained in:
+5
-2
@@ -11,6 +11,9 @@ LABEL maintainer="George <zhoreeq@users.noreply.github.com>"
|
|||||||
COPY --from=builder /src/meshnamed /usr/bin/meshnamed
|
COPY --from=builder /src/meshnamed /usr/bin/meshnamed
|
||||||
|
|
||||||
USER nobody
|
USER nobody
|
||||||
EXPOSE 53535
|
|
||||||
|
|
||||||
CMD ["/usr/bin/meshnamed", "--help"]
|
COPY docker-entrypoint.sh /usr/local/bin/
|
||||||
|
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||||
|
|
||||||
|
EXPOSE 53535/udp
|
||||||
|
CMD ["meshnamed"]
|
||||||
|
|||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
|
exec meshnamed "$@"
|
||||||
Reference in New Issue
Block a user