Skip to content
Snippets Groups Projects

Master

Merged Nico Vermaas requested to merge master into acceptance
11 files
+ 181
12
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -13,6 +13,6 @@ RUN \
@@ -13,6 +13,6 @@ RUN \
apk --purge del .build-deps
apk --purge del .build-deps
# run gunicorn
# run gunicorn
CMD exec gunicorn atdb.wsgi_docker_sdc:application --bind 0.0.0.0:8000 --workers 3
CMD exec gunicorn atdb.wsgi_docker_sdc:application --bind 0.0.0.0:8000 --workers 4
Loading