mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
Remove redundancy in dependency install
Full dependency install is replaced by just nodejs dependency install, which should considerably accelerate the build step. This closes #2. Kudos to @sampaccoud for suggesting this!
This commit is contained in:
parent
7f27ab952b
commit
bba21ac592
@ -34,8 +34,8 @@ RUN pip install -r requirements/edx/base.txt
|
||||
RUN pip install -r requirements/edx/post.txt
|
||||
RUN pip install -r requirements/edx/paver.txt
|
||||
|
||||
# Finish requirements install
|
||||
RUN paver install_prereqs
|
||||
# Install nodejs requirements
|
||||
RUN npm install
|
||||
|
||||
# Copy configuration files
|
||||
COPY ./config/production_lms.py /openedx/edx-platform/lms/envs/production.py
|
||||
|
Loading…
Reference in New Issue
Block a user