Skip to content

Commit

Permalink
New themes version for Omeka-S 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dodeeric committed Aug 1, 2018
1 parent 190aa85 commit ec70706
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ RUN rm -rf /var/www/html/modules/ \
&& rm /var/www/html/omeka-s-modules-v2.tar.gz

# Add some themes
COPY ./centerrow-v1.1.0.zip ./cozy-v1.1.0.zip ./thedaily-v1.1.0.zip /var/www/html/themes/
RUN unzip -q /var/www/html/themes/centerrow-v1.1.0.zip -d /var/www/html/themes/ \
&& unzip -q /var/www/html/themes/cozy-v1.1.0.zip -d /var/www/html/themes/ \
&& unzip -q /var/www/html/themes/thedaily-v1.1.0.zip -d /var/www/html/themes/ \
&& rm /var/www/html/themes/centerrow-v1.1.0.zip /var/www/html/themes/cozy-v1.1.0.zip /var/www/html/themes/thedaily-v1.1.0.zip
COPY ./centerrow-v1.2.0.zip ./cozy-v1.2.0.zip ./thedaily-v1.2.0.zip /var/www/html/themes/
RUN unzip -q /var/www/html/themes/centerrow-v1.2.0.zip -d /var/www/html/themes/ \
&& unzip -q /var/www/html/themes/cozy-v1.2.0.zip -d /var/www/html/themes/ \
&& unzip -q /var/www/html/themes/thedaily-v1.2.0.zip -d /var/www/html/themes/ \
&& rm /var/www/html/themes/centerrow-v1.2.0.zip /var/www/html/themes/cozy-v1.2.0.zip /var/www/html/themes/thedaily-v1.2.0.zip

# Create one volume for files and config
RUN mkdir -p /var/www/html/volume/config/ && mkdir -p /var/www/html/volume/files/
Expand Down
Binary file renamed centerrow-v1.1.0.zip → centerrow-v1.2.0.zip
Binary file not shown.
Binary file renamed cozy-v1.1.0.zip → cozy-v1.2.0.zip
Binary file not shown.
Binary file renamed thedaily-v1.1.0.zip → thedaily-v1.2.0.zip
Binary file not shown.

0 comments on commit ec70706

Please sign in to comment.