Skip to content

Commit

Permalink
fixed invalid PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nico4 committed Sep 29, 2017
1 parent 917b5dd commit df255d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:2.7-slim

ENV PROJ_DIR=/gioland
ENV PYTHONPATH=$PYTHONPATH:$PROJ_DIR/gioland

RUN runDeps="gcc make libldap2-dev libsasl2-dev libssl-dev" \
&& apt-get update -y \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- gioland-docs:/gioland/docs:ro

gioland:
image: eeacms/gioland:1.1
image: eeacms/gioland:1.2
container_name: gioland.app
ports:
- '127.0.0.1:5000:5000'
Expand Down

0 comments on commit df255d9

Please sign in to comment.