forked from big-data-europe/docker-hadoop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using ngx_http_sub_module for injecting CSS
- Loading branch information
1 parent
b3522d1
commit 23e947e
Showing
3 changed files
with
25 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ FROM nginx | |
MAINTAINER "Ivan Ermilov <mailto:[email protected]>" | ||
|
||
COPY default.conf /etc/nginx/conf.d/default.conf | ||
COPY custom.html /data/bde-css/custom.html | ||
COPY materialize.min.css /data/bde-css/materialize.min.css | ||
COPY bde-hadoop.css /data/bde-css/bde-hadoop.css |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters