Skip to content
Snippets Groups Projects
Verified Commit 1ae8d5d5 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

Add exposed port

parent ae1d0f0a
No related branches found
No related tags found
No related merge requests found
Pipeline #67882 passed
...@@ -22,4 +22,6 @@ RUN apt update && \ ...@@ -22,4 +22,6 @@ RUN apt update && \
apt --yes autoremove && \ apt --yes autoremove && \
rm -rf /var/lib/{apt,dpkg,cache,log}/ rm -rf /var/lib/{apt,dpkg,cache,log}/
EXPOSE 6192/tcp
ENTRYPOINT ["dcpomatic2_server_cli", "--verbose"] ENTRYPOINT ["dcpomatic2_server_cli", "--verbose"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment