You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
136 B

3 years ago
  1. kind: pipeline
  2. type: docker
  3. name: default
  4. steps:
  5. - name: everything
  6. commands:
  7. - build -t test-02 .
  8. - run -it -p 5000:5000 test-02