4 lines
85 B
Text
4 lines
85 B
Text
|
FROM httpd:2.4 AS runtime
|
||
|
WORKDIR /usr/local/apache2/htdocs/
|
||
|
COPY ./dist/ .
|
||
|
EXPOSE 80
|