Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Docker / config tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jan 12, 2017
1 parent 108710a commit bcc679c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docker.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
HERE = $(shell pwd)
BIN = $(HERE)/bin
PYTHON = $(BIN)/python
PIP = $(BIN)/pip
INSTALL = $(PIP) install --no-deps --no-cache-dir \
INSTALL = $(BIN)/pip install --no-deps --no-cache-dir \
--disable-pip-version-check -f $(HERE)/wheelhouse/

DATAMAPS_DOWNLOAD = https://github.com/ericfischer/datamaps/archive
Expand Down
2 changes: 1 addition & 1 deletion docker/mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:5.6.29
FROM mysql:5.6
ENV MYSQL_ROOT_PASSWORD=location
ENV MYSQL_DATABASE=location
ENV MYSQL_USER=location
Expand Down
2 changes: 1 addition & 1 deletion docker/redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM redis:2.8.23
FROM redis:2.8
EXPOSE "6379"
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[pytest]
addopts = --pyargs -q -rw -s
addopts = --pyargs -q -rw -s -p no:cacheprovider --durations=10
python_files = test_*.py tests.py
testpaths = ichnaea

0 comments on commit bcc679c

Please sign in to comment.