Skip to content

Commit

Permalink
ADD v0.1.0-rc.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stabenow committed Mar 28, 2016
1 parent f83d96f commit 7516a51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ RUN npm install -g bower grunt grunt-cli nodemon public-ip && \
npm cache clean && \
bower cache clean --allow-root

ENV RS_USERNAME=admin \
RS_PASSWORD=datarhei
ENV RS_USERNAME admin
ENV RS_PASSWORD datarhei

EXPOSE 8080
VOLUME ["/restreamer/db"]
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile_armv6l
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ RUN npm install -g bower grunt grunt-cli nodemon public-ip && \
npm cache clean && \
bower cache clean --allow-root

ENV RS_USERNAME=admin \
RS_PASSWORD=datarhei
ENV RS_USERNAME admin
ENV RS_PASSWORD datarhei

EXPOSE 8080
VOLUME ["/restreamer/db"]
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile_armv7l
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ RUN npm install -g bower grunt grunt-cli nodemon public-ip && \
npm cache clean && \
bower cache clean --allow-root

ENV RS_USERNAME=admin \
RS_PASSWORD=datarhei
ENV RS_USERNAME admin
ENV RS_PASSWORD datarhei

EXPOSE 8080
VOLUME ["/restreamer/db"]
Expand Down

0 comments on commit 7516a51

Please sign in to comment.