Dockerfile 188 B

12345678
  1. # Copyright IBM Corp, All Rights Reserved.
  2. #
  3. # SPDX-License-Identifier: Apache-2.0
  4. #
  5. FROM hyperledger/cello-baseimage:x86_64-latest
  6. # use this in development
  7. CMD ["python", "watchdog.py"]