Skip to content

Commit c08d6b3

Browse files
committed
Added httpd.conf to docker
1 parent b4e8b95 commit c08d6b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ RUN npm install
55
RUN npm run ng build --prod --aot
66

77
FROM httpd:alpine
8+
COPY httpd.conf /usr/local/apache2/conf/
89
COPY --from=build /app/dist /usr/local/apache2/htdocs

0 commit comments

Comments
 (0)