Mention exposed port in Dockerfile

This commit is contained in:
Tony Garnock-Jones 2023-11-15 17:52:16 +01:00
parent d514a5178f
commit 34b59cff3b
1 changed files with 1 additions and 0 deletions

View File

@ -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"]