Skip to content

Commit

Permalink
Merge pull request #6 from transformaps/fix-docker
Browse files Browse the repository at this point in the history
update submodule repository URL
  • Loading branch information
simonline committed May 19, 2018
2 parents 6f59bba + d0e3fef commit b947ff7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
[submodule "cosinnus-core"]
path = cosinnus-core
url = https://github.com/wechange-eg/cosinnus-core.git
url = git@github.com:wechange-eg/cosinnus-core.git
[submodule "cosinnus-etherpad"]
path = cosinnus-etherpad
url = https://github.com/wechange-eg/cosinnus-etherpad.git
url = git@github.com:wechange-eg/cosinnus-etherpad.git
[submodule "cosinnus-event"]
path = cosinnus-event
url = https://github.com/wechange-eg/cosinnus-event.git
url = git@github.com:wechange-eg/cosinnus-event.git
[submodule "cosinnus-message"]
path = cosinnus-message
url = https://github.com/wechange-eg/cosinnus-message.git
url = git@github.com:wechange-eg/cosinnus-message.git
[submodule "cosinnus-file"]
path = cosinnus-file
url = https://github.com/wechange-eg/cosinnus-file.git
url = git@github.com:wechange-eg/cosinnus-file.git
[submodule "cosinnus-note"]
path = cosinnus-note
url = https://github.com/wechange-eg/cosinnus-note.git
url = git@github.com:wechange-eg/cosinnus-note.git
[submodule "cosinnus-notifications"]
path = cosinnus-notifications
url = https://github.com/wechange-eg/cosinnus-notifications.git
url = git@github.com:wechange-eg/cosinnus-notifications.git
[submodule "cosinnus-marketplace"]
path = cosinnus-marketplace
url = https://github.com/wechange-eg/cosinnus-marketplace.git
url = git@github.com:wechange-eg/cosinnus-marketplace.git
[submodule "cosinnus-poll"]
path = cosinnus-poll
url = https://github.com/wechange-eg/cosinnus-poll.git
url = git@github.com:wechange-eg/cosinnus-poll.git
[submodule "cosinnus-stream"]
path = cosinnus-stream
url = https://github.com/wechange-eg/cosinnus-stream.git
url = git@github.com:wechange-eg/cosinnus-stream.git
[submodule "cosinnus-todo"]
path = cosinnus-todo
url = https://github.com/wechange-eg/cosinnus-todo.git
url = git@github.com:wechange-eg/cosinnus-todo.git
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:2.7.15
ENV PYTHONUNBUFFERED 1
RUN apt-get update && apt-get install -y libgeos-dev

RUN mkdir /code
WORKDIR /code
Expand All @@ -8,7 +9,6 @@ ADD . /code/
COPY ./docker-entrypoint.sh /
RUN pip install -r /code/requirements_docker.txt


RUN /code/local_setup.sh

CMD ["/docker-entrypoint.sh"]

0 comments on commit b947ff7

Please sign in to comment.