Merge pull request #147 from norweeg/fix_146

fixes #146
This commit is contained in:
Isaac Bythewood
2019-06-01 11:15:22 -04:00
committed by GitHub
7 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ RUN groupadd -g 2300 tmpgroup \
&& apt-get -y install nginx nginx-extras pwgen \
&& rm -rf /var/lib/apt/lists/*
RUN pip --no-cache-dir install pipenv gunicorn
RUN pip --no-cache-dir install pipenv gunicorn mysqlclient psycopg2 cx-Oracle
COPY Pipfile* /srv/www/pinry/
@@ -45,7 +45,7 @@ COPY . /srv/www/pinry/
RUN chown -R www-data:www-data /srv/www \
&& cd /srv/www/pinry \
&& python manage.py collectstatic --noinput
# Load in all of our config files.
ADD docker/nginx/nginx.conf /etc/nginx/nginx.conf

0
docker/bootstrap.sh Normal file → Executable file
View File

0
docker/build_docker.sh Normal file → Executable file
View File

0
docker/scripts/_start_gunicorn.sh Normal file → Executable file
View File

0
docker/scripts/gen_key.sh Normal file → Executable file
View File

0
docker/scripts/start.sh Normal file → Executable file
View File

0
docker/start_docker.sh Normal file → Executable file
View File