Combine PROD and DEV images

This commit is contained in:
Aarni Halinen
2019-11-03 17:01:38 +02:00
parent b23e439eb5
commit dab6f98ec2
4 changed files with 4 additions and 36 deletions
+2
View File
@@ -16,3 +16,5 @@ RUN apk add --no-cache python3-dev build-base linux-headers pcre-dev openssl bas
&& pip install -r requirements.production.txt
RUN python manage.py collectstatic --noinput
CMD ["sh", "-c", "./production_entrypoint.sh"]