-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textbook creation is now on separate page
- Loading branch information
1 parent
9719c35
commit cb593a0
Showing
7 changed files
with
618 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ MAINTAINER Jihane Najdi <[email protected]> | |
# Default environment | ||
ARG RAILS_ENV='development' | ||
ARG ODSA_BRANCH='master' | ||
ARG LTI_BRANCH='master' | ||
ARG LTI_BRANCH='staging' | ||
|
||
ENV TZ=America/New_York | ||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone | ||
|
Oops, something went wrong.