tests and docker ports diffs

This commit is contained in:
Olof hagsand 2020-10-04 16:06:55 +02:00
parent 4d91bcd810
commit b7cb2e2526
5 changed files with 22 additions and 16 deletions

View file

@ -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