Sha256: 3ac80ae1a9fd2639cb8b1d142f036f1ecc2327ce82fd59b42e5f6f08ae6306cb
Contents?: true
Size: 280 Bytes
Versions: 22
Compression:
Stored size: 280 Bytes
Contents
version: '3' services: web: build: context: ../../ dockerfile: ./sample-apps/contacts-app/Dockerfile command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'" volumes: - .:/contacts-app ports: - "3000:3000"
Version data entries
22 entries across 22 versions & 1 rubygems