1
0
Fork 0

[Fixes #46] Replace fig with docker-compose

merge-requests/49/head
Nikos Roussos 2015-08-26 13:59:22 +03:00
parent d49bc53b28
commit b8727c7422
3 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
FROM centos:7
RUN yum makecache
RUN yum -y install epel-release
RUN yum -y install -y python python-pip python-devel git gcc libjpeg-turbo-devel \
libxml2-devel libxslt-devel mysql-devel mysql
RUN yum -y install python python-pip python-devel git gcc libjpeg-turbo-devel \
libxml2-devel libxslt-devel mysql-devel mysql
RUN yum -y clean all
COPY ./requirements/ /tmp/requirements/

View File

@ -19,4 +19,4 @@ web:
- ALLOWED_HOSTS=*
- DATABASE_URL=mysql://satnogsdb:satnogsdb@db/satnogsdb
command:
./docker/run-fig.sh
./docker/run-compose.sh