Changeset - 289892458ce2
[Not reviewed]
2 5 7
Tobias - 5 years ago 2019-01-16 22:07:18
tobias@localhost.localdomain
Upload SVG badge
2 files changed:
badge.png
bin+new file
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
Dockerfile
Show inline comments
 
new file 100644
 
FROM symposion_app
 

	
 
COPY static/src/fonts/*.ttf /usr/local/share/fonts/
 
RUN fc-cache && fc-list
 

	
 
FROM symposion_base as symposion_dev
 
VOLUME /app/symposion_app
 
CMD ["./manage.py", "runserver", "-v3", "0.0.0.0:8000"]
 

	
 
FROM symposion_base as symposion_prod
 
CMD ["/usr/local/bin/uwsgi", "--http-socket", "0.0.0.0:8000", "-b", "8192", "--wsgi-file", "pinaxcon/wsgi.py"]
...
 
\ No newline at end of file
badge.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)