🐳 Expose port in dockerfile

This commit is contained in:
Jan Oberhauser
2020-06-30 16:55:17 +02:00
parent 13f71d3af0
commit 95068aa132
3 changed files with 6 additions and 0 deletions

View File

@@ -19,3 +19,5 @@ WORKDIR /data
COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]
EXPOSE 5678/tcp