powered by pm2:latest-alpine image
Sapper The next small thing in web development.
Available tags you can use: latest (default) or dev
Tag dev runs in live reload mode so you can make changes to the file and they update on the website without need to restart
version: '2'
services:
sapper:
image: aamservices/pm2-sapper:dev
restart: unless-stopped
volumes:
- sapper_data:/usr/src/app
networks:
- internal
ports:
- 3000
volumes:
sapper_data:
driver: local
Content type
Image
Digest
Size
75.6 MB
Last updated
almost 6 years ago
docker pull aamservices/pm2-sapper