-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from portabilis/portabilis-patch-2021-03-15
Portabilis patch 15/03/2021
- Loading branch information
Showing
499 changed files
with
15,240 additions
and
6,780 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1 @@ | ||
defaults |
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 |
---|---|---|
@@ -1 1 @@ | ||
2.3.7 | ||
2.4.10 |
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 |
---|---|---|
@@ -1,13 1,11 @@ | ||
FROM ruby:2.3.7-slim-jessie | ||
FROM ruby:2.4.10-slim-buster | ||
|
||
RUN apt-get update -qq | ||
RUN apt-get install -y build-essential libpq-dev nodejs nodejs-legacy npm git | ||
RUN npm install -g phantomjs-prebuilt | ||
RUN apt-get install -y build-essential libpq-dev nodejs npm git | ||
RUN npm i -g yarn | ||
|
||
ENV app /app | ||
RUN mkdir $app | ||
WORKDIR $app | ||
|
||
ENV BUNDLE_PATH /box | ||
|
||
ADD . $app |
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.