Skip to content

Commit

Permalink
modules v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dodeeric committed May 9, 2018
1 parent 19803e6 commit fced66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ COPY ./.htaccess /var/www/html/.htaccess
# Add some Omeka modules
COPY ./omeka-s-modules-v2.tar.gz /var/www/html/
RUN rm -rf /var/www/html/modules/ \
&& tar -xzf /var/www/html/omeka-s-modules.tar.gz -C /var/www/html/ \
&& rm /var/www/html/omeka-s-modules.tar.gz
&& tar -xzf /var/www/html/omeka-s-modules-v2.tar.gz -C /var/www/html/ \
&& rm /var/www/html/omeka-s-modules-v2.tar.gz

RUN chown -R www-data:www-data /var/www/html/

Expand Down

0 comments on commit fced66a

Please sign in to comment.