Skip to content

Commit

Permalink
test: remove echoes in dockerfile (#33639)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Nov 1, 2023
1 parent fa14382 commit b9ee4a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ ENV SERVICE_PORT="${SERVICE_PORT}"
ENV DJANGO_SETTINGS_MODULE="${SERVICE_VARIANT}.envs.$EDX_PLATFORM_SETTINGS"
EXPOSE ${SERVICE_PORT}

RUN echo "${SERVICE_VARIANT}"
RUN echo "${DJANGO_SETTINGS_MODULE}"

CMD gunicorn \
-c /edx/app/edxapp/edx-platform/${SERVICE_VARIANT}/docker_${SERVICE_VARIANT}_gunicorn.py \
--name ${SERVICE_VARIANT} \
Expand Down

0 comments on commit b9ee4a9

Please sign in to comment.