Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux authored Jan 3, 2024
1 parent d4359c5 commit bff4912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM httpd:2.4.57-alpine3.18

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

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

#Expose port
EXPOSE 80
EXPOSE 80

0 comments on commit bff4912

Please sign in to comment.