This repository has been archived by the owner on Jun 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packaged httpd configuration into container to make it easy to distri…
…bute
- Loading branch information
1 parent
f636529
commit c4f3dbc
Showing
9 changed files
with
50 additions
and
2,001 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
FROM httpd:2.4 | ||
MAINTAINER Li Lin <[email protected]> | ||
|
||
RUN mv /usr/local/apache2/conf/httpd.conf httpd.conf.orig | ||
ADD httpd.conf /usr/local/apache2/conf/httpd.conf | ||
ADD proxy-atl.conf /usr/local/apache2/conf/extra/proxy-atl.conf | ||
|
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
TAG="sloppycoder/atl-web" | ||
docker build --rm --tag ${TAG}:latest . |
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.