mirror of
https://github.com/valitydev/kds.git
synced 2024-11-06 00:05:18 +00:00
CDS-65: Add missing port to docker configuration (#14)
* CDS-65: Add missing port to docker configuration * Fix comment
This commit is contained in:
parent
10778637e6
commit
54456772ff
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user