Skip to content

Commit fd78e51

Browse files
Copilotdannystaple
andcommitted
Restore httpd configuration with correct file and fix dockerignore
Co-authored-by: dannystaple <426859+dannystaple@users.noreply.github.com>
1 parent 1525339 commit fd78e51

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
_site
22
node_modules
33
.git
4-
.github
54
.editorconfig
65
.gitattributes
76
.gitignore

serve.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ FROM httpd:2.4.64 AS httpd_serve
2525
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
2626

2727
# COPY _site /var/www/html/
28-
# COPY .github/scripts/staging/http2.conf /usr/local/apache2/conf/httpd.conf
28+
COPY .github/scripts/staging/default.conf /usr/local/apache2/conf/httpd.conf
2929

3030
FROM base

0 commit comments

Comments
 (0)