Separate dev and prod requirements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM python:3.6
|
||||
COPY ./ /access_controller
|
||||
WORKDIR /access_controller/
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install -r requirements/prod.txt
|
||||
RUN python manage.py makemigrations
|
||||
EXPOSE 8000
|
||||
COPY start.sh /var/
|
||||
|
||||
Reference in New Issue
Block a user