tag the image with bip's NVR
This commit is contained in:
parent
bc78eaaf6e
commit
b5e8e23274
2 changed files with 14 additions and 2 deletions
|
@ -14,7 +14,7 @@ RUN dnf update -y --refresh && \
|
|||
RUN sed -i 's/^#ip/ip/' /etc/bip.conf && \
|
||||
sed -i 's/^#port/port/' /etc/bip.conf
|
||||
|
||||
VOLUME /var/run/bip
|
||||
VOLUME ["/var/run/bip"]
|
||||
USER bip
|
||||
EXPOSE 7778
|
||||
ENV HOME=/var/run/bip
|
||||
|
|
Reference in a new issue