6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-26 22:48:25 +00:00

Fixing typo.

This commit is contained in:
Claudio Acciaresi 2020-02-27 14:40:40 -03:00 committed by Régis Behmo
parent 479e9ca34a
commit a7eb9be2fe

View File

@ -24,7 +24,7 @@ ARG EDX_PLATFORM_REPOSITORY=https://github.com/edx/edx-platform.git
ARG EDX_PLATFORM_VERSION=open-release/ironwood.master ARG EDX_PLATFORM_VERSION=open-release/ironwood.master
ARG EDX_PLATFORM_VERSION_DATE=20200227 ARG EDX_PLATFORM_VERSION_DATE=20200227
RUN mkdir -p /openedx/edx-platform && \ RUN mkdir -p /openedx/edx-platform && \
echo "Puling $EDX_PLATFORM_VERSION tag from $EDX_PLATFORM_REPOSITORY ($EDX_PLATFORM_VERSION_DATE)" && \ echo "Pulling $EDX_PLATFORM_VERSION tag from $EDX_PLATFORM_REPOSITORY ($EDX_PLATFORM_VERSION_DATE)" && \
git clone $EDX_PLATFORM_REPOSITORY --branch $EDX_PLATFORM_VERSION --depth 1 /openedx/edx-platform git clone $EDX_PLATFORM_REPOSITORY --branch $EDX_PLATFORM_VERSION --depth 1 /openedx/edx-platform
WORKDIR /openedx/edx-platform WORKDIR /openedx/edx-platform