-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'frodrigo/master'
* frodrigo/master: Rename test features to be case independant #246 Add way in result of analyser_osmosis_highway_traffic_signals #360 Use ST_Intersect in place of bbxox intersect in analyser_osmosis_double_tagging #379 Remove duplicate police FR merge analyser Fix name of analyser_merge_police_FR_pn Docker: postgres tmpfs Mapcss code style Support driving side in Bicycle.mapcss mapcss: support :righthandtraffic Docker build better cache usage How to debug with docker Docker: change Docker default cmd
- Loading branch information
Showing
24 changed files
with
280 additions
and
163 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 @@ | ||
.git |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,31 +5,34 @@ MAINTAINER Daniele Venzano <[email protected]> | |
RUN apt-get update && \ | ||
apt-get -y dist-upgrade && \ | ||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ | ||
build-essential \ | ||
git \ | ||
libprotobuf-dev \ | ||
openjdk-8-jre-headless \ | ||
postgresql \ | ||
postgresql-contrib \ | ||
postgresql-10-postgis-2.4 \ | ||
postgresql-10-postgis-2.4-scripts \ | ||
protobuf-compiler \ | ||
python \ | ||
python-dev \ | ||
python-pip \ | ||
python-setuptools \ | ||
python-wheel \ | ||
sudo && \ | ||
build-essential \ | ||
git \ | ||
libprotobuf-dev \ | ||
openjdk-8-jre-headless \ | ||
postgresql \ | ||
postgresql-contrib \ | ||
postgresql-10-postgis-2.4 \ | ||
postgresql-10-postgis-2.4-scripts \ | ||
protobuf-compiler \ | ||
python \ | ||
python-dev \ | ||
python-pip \ | ||
python-setuptools \ | ||
python-wheel \ | ||
sudo && \ | ||
apt-get clean | ||
|
||
RUN mkdir -p /data/work/osmose | ||
RUN useradd -s /bin/bash -d /data/work/osmose osmose | ||
RUN chown osmose /data/work/osmose | ||
|
||
ADD . /opt/osmose-backend/ | ||
RUN mkdir -p /data/work/osmose && \ | ||
useradd -s /bin/bash -d /data/work/osmose osmose && \ | ||
chown osmose /data/work/osmose | ||
|
||
ADD requirements.txt /opt/osmose-backend/requirements.txt | ||
WORKDIR /opt/osmose-backend | ||
RUN pip install -r requirements.txt | ||
ENV PYTHONPATH /opt/osmose-backend | ||
|
||
ADD . /opt/osmose-backend/ | ||
|
||
ENV LANG en_US.UTF-8 | ||
ENTRYPOINT ["/opt/osmose-backend/tools/docker-entrypoint.sh"] | ||
CMD bash |
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.