Skip to content

Commit

Permalink
Merge pull request #105 from grycap/devel
Browse files Browse the repository at this point in the history
Set version num
  • Loading branch information
micafer authored May 22, 2019
2 parents eeae87c + 7949aeb commit 80bf0dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-ssl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to create a container with the IM web GUI
FROM php:apache
MAINTAINER Miguel Caballer <micafer1@upv.es>
LABEL version="1.5.9"
LABEL version="1.5.10"
LABEL description="Container image to run the IM web GUI. (http://www.grycap.upv.es/im)"

ADD default-ssl.conf /etc/apache2/sites-enabled/
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Dockerfile to create a container with the IM web GUI
FROM php:apache
MAINTAINER Miguel Caballer <micafer1@upv.es>
LABEL version="1.5.9"
LABEL version="1.5.10"
LABEL description="Container image to run the IM web GUI. (http://www.grycap.upv.es/im)"

RUN apt-get update && apt-get install --no-install-recommends -y wget unzip && rm -rf /var/lib/apt/lists/* && \
wget https://github.com/grycap/im-web/archive/master.zip && unzip master.zip && rm -f master.zip && mv im-web-master /var/www/html/im-web && \
wget https://github.com/grycap/im-web/archive/master.zip && unzip master.zip && rm -f master.zip && mv im-web-master /var/www/html/im-web && \
mkdir /var/www/www-data && mv /var/www/html/im-web/im.db /var/www/www-data/im.db && \
chown -R www-data /var/www && \
apt-get purge -y wget unzip && \
Expand Down

0 comments on commit 80bf0dd

Please sign in to comment.