CDS-65: Add missing port to docker configuration (#14)

* CDS-65: Add missing port to docker configuration

* Fix comment
This commit is contained in:
Sergey Yelin 2019-09-04 17:03:03 +03:00 committed by GitHub
parent 10778637e6
commit 54456772ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ FROM $BASE_IMAGE
MAINTAINER Rustem Shaydullin <ndiezel0@gmail.com>
COPY _build/prod/rel/kds /opt/kds
CMD /opt/kds/bin/kds foreground
EXPOSE 8022
EXPOSE 8022 8023
# A bit of magic below to get a proper branch name
# even when the HEAD is detached (Hey Jenkins!
# BRANCH_NAME is available in Jenkins env).