Container for the development discipline for web 5, developed using the Ruby language with Rails
10K+
git clone https://github.com/Sartori-RIA/docker-ruby-railsdocker-compose up -ddocker exec -it CONTAINER_NAME /bin/bashdocker-compose killdocker-compose rmdocker-compose up -dversion: '3.1'
services:
webapp:
image: lucassartori/web5:1.0
container_name: web5_app
ports:
- 3000:3000 # share ports, localhost:docker
restart: always # start when computer start
volumes:
- ./www:/var/www # share volumes local:docker
tty: true```
Content type
Image
Digest
Size
384.6 MB
Last updated
about 8 years ago
docker pull lucassartori/web5