Skip to content

Commit 5afbd3e

Browse files
authored
Merge pull request #7 from coopTilleuls/develop
Change logo
2 parents 117ec9a + 6f65dd9 commit 5afbd3e

File tree

6 files changed

+199
-0
lines changed

6 files changed

+199
-0
lines changed

3.0-custom/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ RUN curl -L -o /tmp/iTop.zip https://sourceforge.net/projects/itop/files/itop/${
5050
&& chown -R www-data: /var/www/html/ \
5151
&& rm -rf /tmp/iTop.zip /tmp/web
5252

53+
# Add custom logo
54+
COPY images/* /var/www/html/images/
55+
5356
# Add default configuration
5457
COPY php.ini /usr/local/etc/php/php.ini
5558
COPY config-itop.php /var/www/html/conf/production/config-itop.php
58 KB
Loading
11.9 KB
Loading
40.6 KB
Loading

3.0-custom/images/itop-logo.png

52 KB
Loading
Lines changed: 196 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)