NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/inc/lib/vendor/matthiasmullie/minify/Dockerfile

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

Dockerfile on main
Author Date Commit Line Code
andryyy over 7 years ago ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
1
ARG version=cli
Open commit View diff
1 ARG version=cli
same change ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
2
FROM php:$version
Open commit View diff
2 FROM php:$version
same change ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
3
Open commit View diff
3
same change ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
4
COPY . /var/www
Open commit View diff
4 COPY . /var/www
same change ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
5
WORKDIR /var/www
Open commit View diff
5 WORKDIR /var/www
same change ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
6
Open commit View diff
6
same change ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
7
RUN apt-get update
Open commit View diff
7 RUN apt-get update
andryyy over 5 years ago 6b3ea28

[Web] Minor fixes

Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
8
RUN apt-get install -y zip unzip libzip-dev git
Open commit View diff
8 RUN apt-get install -y zip unzip libzip-dev git
same change 6b3ea28

[Web] Minor fixes

Full commit hash
6b3ea2850162eab56040e6adf3e57a188d038c7a
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
9
RUN docker-php-ext-install zip
Open commit View diff
9 RUN docker-php-ext-install zip
andryyy over 7 years ago ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
10
RUN docker-php-ext-install pcntl
Open commit View diff
10 RUN docker-php-ext-install pcntl
same change ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
11
RUN curl -sS https://getcomposer.org/installer | php
Open commit View diff
11 RUN curl -sS https://getcomposer.org/installer | php
same change ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
12
RUN mv composer.phar /usr/local/bin/composer
Open commit View diff
12 RUN mv composer.phar /usr/local/bin/composer
same change ad0df77

[Web] Minify css and js via PHP

Full commit hash
ad0df77d2823e279dd17fe86d9efd594efc45599
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
13
RUN composer install
Open commit View diff
13 RUN composer install