Skip to content

Commit

Permalink
reverted lti branch in dockerfile back to master
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasimbnyarko authored Nov 1, 2024
1 parent 62cd5f4 commit f9a778c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Jihane Najdi <[email protected]>
# Default environment
ARG RAILS_ENV='development'
ARG ODSA_BRANCH='master'
ARG LTI_BRANCH='textbooks'
ARG LTI_BRANCH='master'

ENV TZ=America/New_York
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down

0 comments on commit f9a778c

Please sign in to comment.