-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
986ae0f
commit c5e551b
Showing
24 changed files
with
203 additions
and
92 deletions.
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
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
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
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
# NOTES: Currently this is one big dockerfile and non-optimal. | ||
|
||
#may include suffix | ||
ARG OPENSTUDIO_VERSION=3.6.1 | ||
FROM nrel/openstudio:3.6.1 as base | ||
ARG OPENSTUDIO_VERSION=3.7.0 | ||
FROM nrel/openstudio:3.7.0 as base | ||
MAINTAINER Nicholas Long [email protected] | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
|
@@ -59,7 +59,7 @@ RUN apt-get update && apt-get install -y wget gnupg \ | |
&& rm -rf /var/lib/apt/lists/* | ||
|
||
# Install passenger (this also installs nginx) | ||
ENV PASSENGER_VERSION 6.0.2 | ||
ENV PASSENGER_VERSION 6.0.18 | ||
|
||
RUN gem install passenger -v $PASSENGER_VERSION | ||
RUN passenger-install-nginx-module | ||
|
@@ -104,7 +104,7 @@ RUN bundle exec rake assets:precompile | |
# Bundle app source | ||
ADD /server /opt/openstudio/server | ||
# Add in /spec for testing | ||
#ADD /spec /opt/openstudio/spec | ||
#ADD /server/spec /opt/openstudio/server/spec | ||
ADD .rubocop.yml /opt/openstudio/.rubocop.yml | ||
# Run bundle again, because if the user has a local Gemfile.lock it will have been overriden | ||
RUN rm Gemfile.lock | ||
|
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.