tests and docker ports diffs
This commit is contained in:
parent
4d91bcd810
commit
b7cb2e2526
5 changed files with 22 additions and 16 deletions
|
|
@ -121,7 +121,8 @@ RUN apk add --update openssl libevent
|
|||
RUN apk add --update sudo curl procps grep make bash
|
||||
|
||||
# Expose https port for restconf
|
||||
EXPOSE 80
|
||||
EXPOSE 80/tcp
|
||||
EXPOSE 443/tcp
|
||||
|
||||
# Create clicon user and group
|
||||
RUN adduser -D -H clicon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue