Newer
Older
Mattia Mancini
committed
ARG TAG=latest
FROM lofar-maintenance-restservice:${TAG} as django_staticfiles_source
mkdir -p /opt/lofar/share/www/static && \
cd /opt/lofar/share/www/static && \
python3 /opt/lofar/lib64/python3.6/site-packages/lofar/maintenance/manage.py collectstatic --noinput
COPY --from=django_staticfiles_source /opt/lofar/share/www/ /opt/lofar/share/www/
COPY nginx.conf /etc/nginx/conf.d/default.conf