diff --git a/Dockerfile b/Dockerfile index bb21fdd7..356295d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,7 +95,6 @@ RUN mkdir -p /var/www/CRISPResso_TMP/UPLOADS && \ chmod -R 777 /var/www/CRISPResso_TMP COPY . /var/www/webapps/CRISPRessoWEB #RUN crontab add_to_crontab -RUN cp default_style.json /var/www/CRISPResso_TMP/SERVER/STYLE RUN cp conf_files/apache/httpd-vhosts.conf /etc/apache2/sites-available/crispresso.conf && \ cp conf_files/celery_daemon/celeryd /etc/init.d/ && chmod +x /etc/init.d/celeryd && \ chmod -R 755 /var/www/webapps/CRISPRessoWEB