Docker environment with node 16 for Laravel/Symfony (based on official node docker hub repository).
2.7K
Docker environment with node 16 for Symfony/Laravel (based on official node docker hub repository).
node:
image: systemsdk/node
platform: linux/x86_64
user: node
container_name: node
expose:
- "8081"
volumes:
- ./:/var/www/html:delegated
command: npm run watch
Based on the popular Alpine Linux project. Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.
Content type
Image
Digest
sha256:b51f04a12…
Size
40.4 MB
Last updated
6 months ago
docker pull systemsdk/nodePulls:
246
Last week