Mention exposed port in Dockerfile
This commit is contained in:
parent
d514a5178f
commit
34b59cff3b
|
@ -2,4 +2,5 @@ FROM busybox
|
|||
RUN mkdir /data
|
||||
ARG TARGETARCH
|
||||
COPY ./syndicate-server.$TARGETARCH /syndicate-server
|
||||
EXPOSE 1
|
||||
CMD ["/syndicate-server", "-c", "/data", "-p", "1"]
|
||||
|
|
Loading…
Reference in New Issue