##// END OF EJS Templates
Dockerfile updated...
Fiorella Quino -
r298:ab636322f49d
parent child
Show More
@@ -10,15 +10,7 RUN pip install -v --timeout 120 -r requirements.txt --no-cache-dir
10
10
11 # Copy the main application.
11 # Copy the main application.
12 COPY . ./
12 COPY . ./
13 #RUN mkdir /radarsys media
13
14 # RUN python manage.py makemigrations \
15 # && python manage.py migrate \
16 # && python manage.py loaddata apps/main/fixtures/main_initial_data.json \
17 # && python manage.py loaddata apps/rc/fixtures/rc_initial_data.json \
18 # && python manage.py loaddata apps/jars/fixtures/initial_filters_data.json \
19 RUN python manage.py collectstatic --noinput
14 RUN python manage.py collectstatic --noinput
20 #EXPOSE 3000
15
21 # CMD ["python", "manage.py", "runserver", "0.0.0.0:3000"]
22 # Para produccion:
23 #CMD ["gunicorn", "radarsys.wsgi:application", "--bind", "0.0.0.0:3000"]
24
16
General Comments 0
You need to be logged in to leave comments. Login now