Skip to content

Commit

Permalink
Merge pull request #8 from inasafe/pipeline_build
Browse files Browse the repository at this point in the history
add dockerfile
  • Loading branch information
timlinux authored Dec 11, 2023
2 parents ec72b38 + ba86d10 commit b43c223
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 b43c223

Please sign in to comment.