mirror of
https://ark.sudovanilla.org/MinPluto/website.git
synced 2024-12-22 07:13:52 +00:00
4 lines
85 B
Docker
4 lines
85 B
Docker
FROM httpd:2.4 AS runtime
|
|
WORKDIR /usr/local/apache2/htdocs/
|
|
COPY ./dist/ .
|
|
EXPOSE 80 |