We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e8b95 commit c08d6b3Copy full SHA for c08d6b3
Dockerfile
@@ -5,4 +5,5 @@ RUN npm install
5
RUN npm run ng build --prod --aot
6
7
FROM httpd:alpine
8
+COPY httpd.conf /usr/local/apache2/conf/
9
COPY --from=build /app/dist /usr/local/apache2/htdocs
0 commit comments