xenial; nginx; php7.1; v8js; nodejs 14.x; yarn
10K+
This image is used for building a dev environment for weekend.com application.
Since original Dockerfile was completely lost i recommend the following steps to create modified version based on original image:
docker run -it weekendcom/web:node-14 /bin/bashexit commanddocker ps -a to see the id of the containerdocker commit --change='CMD ["/sbin/my_init"]' <your-container-id> <owner-id>/<repository-name>:<image-tag>weekendgoweb/docker/php-nginx/Dockerfile.distContent type
Image
Digest
Size
385.7 MB
Last updated
almost 6 years ago
docker pull weekendcom/web