| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 watchBased 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.
| Back | FazBrowse Home | New Git URL |