Dockerized #1
Reference in New Issue
Block a user
Delete Branch "dockerized"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This branch introduces docker files and everything needed to run project in docker. Follow instructions in README in DOCKER section.
https://docs.google.com/document/d/1dP8zrB-HQ-SaNomYIj-IeMijm8ma56TlC6Rh3pLFHwY/edit?usp=sharing
changed the description
@bilal.catic Are you sure wee need to run install nodejs every time dokerfile is run ??
approved this merge request
Yes, when image is built, it starts from clean image with PHP+apache only. Every RUN command is addition on stack. But this is not problem, since nothing changes on upper layers (before installing nodejs), it is using image from cache with everything installed until the first change (this is the reason why I moved installations to top)
resolved all discussions
merged
mentioned in commit
06efa869bd