Skip to content

Instantly share code, notes, and snippets.

@oarthursilva
Created December 27, 2021 10:14
Show Gist options
  • Save oarthursilva/e03d7766575a6b8d96a0c697aa1f6d4b to your computer and use it in GitHub Desktop.
Save oarthursilva/e03d7766575a6b8d96a0c697aa1f6d4b to your computer and use it in GitHub Desktop.
version: '3'
services:
cf:
image: ppiper/cf-cli:latest
container_name: cf
command: /bin/bash
working_dir: /home/piper/app
stdin_open: true
tty: true
volumes:
- .:/home/piper/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment