Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:5-apache

MAINTAINER Florian JUDITH <[email protected]>

ENV GLPI_VERSION=9.1.1
ENV GLPI_VERSION=9.1.2
ENV GLPI_URL=https://github.com/glpi-project/glpi/releases/download/$GLPI_VERSION/glpi-$GLPI_VERSION.tgz
ENV TERM=xterm

Expand Down Expand Up @@ -68,4 +68,4 @@ RUN chown www-data:www-data /var/lib/php5
WORKDIR /var/www/html

EXPOSE 80
CMD ["apache2-foreground"]
CMD ["apache2-foreground"]