Skip to content

Commit 2a76b99

Browse files
committed
Pin versions and fix dockerfile
1 parent 7056692 commit 2a76b99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ RUN apt-get -y remove libyaml-dev
4545
COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4646

4747
EXPOSE 8888 8889 8890
48-
WORKDIR /cms
48+
WORKDIR /problems
4949
CMD cgroups-mount
5050
CMD supervisord

REQUIREMENTS.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
setuptools>=0.6
22
tornado>=2.0
33
psycopg2>=2.4
4-
sqlalchemy>=0.7
4+
sqlalchemy>=0.7,<1.0
55
netifaces>=0.5
66
pycrypto>=2.3
77
pyyaml>=3.10
88
pytz>=2011k
9-
psutil>=0.6
9+
psutil==0.6
1010
BeautifulSoup>=3.2
1111
coverage>=3.4
1212
mock>=1.0

0 commit comments

Comments
 (0)