Skip to content

Commit

Permalink
Move where the style files are stored in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Colelyman committed Aug 30, 2022
1 parent 5d3675f commit 69c3656
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69c3656

Please sign in to comment.