Skip to content

Commit

Permalink
fix warning of dockerfile format
Browse files Browse the repository at this point in the history
Signed-off-by: YoungHypo <[email protected]>
  • Loading branch information
YoungHypo committed Oct 2, 2024
1 parent 4a441ee commit f9dd855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build_image/docker/cello-hlf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
# Data is stored under /var/hyperledger/production

FROM golang:1.22
LABEL maintainer "Baohua Yang <yeasy.github.com>"
LABEL maintainer="Baohua Yang <yeasy.github.com>"

# Orderer, peer, ca, operation api
EXPOSE 7050 7051 7054 8443 9443

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

# Only useful for this Dockerfile
ENV FABRIC_ROOT=$GOPATH/src/github.com/hyperledger/fabric \
Expand Down
4 changes: 2 additions & 2 deletions build_image/docker/common/api-engine/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN pip3 install -r requirements.txt
# Add uwsgi configuration file
COPY build_image/docker/common/api-engine/server.ini /etc/uwsgi/apps-enabled/

ENV RUN_MODE server
ENV RUN_MODE=server

COPY build_image/docker/common/api-engine/entrypoint.sh /
CMD bash /entrypoint.sh
CMD ["bash", "/entrypoint.sh"]

0 comments on commit f9dd855

Please sign in to comment.