Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tharanath committed Dec 1, 2023
1 parent ec72b38 commit ba86d10
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM httpd:2.4.57-alpine3.18

#copy static folders and files
COPY docs /usr/local/apache2/htdocs/

#copy apache config
#COPY ./httpd.conf /usr/local/apache2/conf/httpd.conf

#Expose port
EXPOSE 80
4 changes: 4 additions & 0 deletions deployment/image-index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
images:
- name: inasafe
dockerfile: deployment/docker/Dockerfile
buildPath: .

0 comments on commit ba86d10

Please sign in to comment.