Skip to content

Commit

Permalink
Adding authenticated file type repo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
swadeley authored May 4, 2023
1 parent 2b1dfc6 commit fd232de
Show file tree
Hide file tree
Showing 6 changed files with 582 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.dockerignore
Dockerfile
.git
*.swp
LICENSE
README.md
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM httpd


COPY / /usr/local/apache2/htdocs/
RUN mv /usr/local/apache2/htdocs/httpd.conf /usr/local/apache2/htdocs/passwords /usr/local/apache2/conf/
RUN chown www-data:www-data -R /usr/local/apache2/htdocs && chmod a+r /usr/local/apache2/htdocs
RUN rm /usr/local/apache2/htdocs/index.html

Expand Down
1 change: 1 addition & 0 deletions file-type_repo/PULP_MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test.txt,1894a19c85ba153acbf743ac4e43fc004c891604b26f8c69e1e83ea2afc7c48f,12
1 change: 1 addition & 0 deletions file-type_repo/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello world
Loading

0 comments on commit fd232de

Please sign in to comment.