Dockerized #1

Merged
bilal.catic merged 8 commits from dockerized into development 2018-06-13 12:44:00 +02:00
bilal.catic commented 2018-06-13 01:12:27 +02:00 (Migrated from gitlab.com)

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

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
nedimu (Migrated from gitlab.com) approved these changes 2018-06-13 01:12:27 +02:00
bilal.catic commented 2018-06-13 01:13:49 +02:00 (Migrated from gitlab.com)

changed the description

changed the description
nedimu commented 2018-06-13 11:01:03 +02:00 (Migrated from gitlab.com)

@bilal.catic Are you sure wee need to run install nodejs every time dokerfile is run ??

@bilal.catic Are you sure wee need to run install nodejs every time dokerfile is run ??
nedimu commented 2018-06-13 11:03:09 +02:00 (Migrated from gitlab.com)

approved this merge request

approved this merge request
bilal.catic commented 2018-06-13 11:07:31 +02:00 (Migrated from gitlab.com)

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)

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)
nedimu commented 2018-06-13 11:09:13 +02:00 (Migrated from gitlab.com)

resolved all discussions

resolved all discussions
bilal.catic commented 2018-06-13 12:44:00 +02:00 (Migrated from gitlab.com)

merged

merged
bilal.catic commented 2018-06-13 12:44:01 +02:00 (Migrated from gitlab.com)

mentioned in commit 06efa869bd

mentioned in commit 06efa869bda79197766d373156c3bcc5ec859da4
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: senaduka/old-wiaas-legacy#1