mirror of
https://ark.sudovanilla.org/MinPluto/website.git
synced 2024-12-22 15:23:53 +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
|