mirror of
https://ark.sudovanilla.org/MinPluto/website.git
synced 2025-05-07 12:24:08 +00:00
4 lines
No EOL
85 B
Docker
Executable file
4 lines
No EOL
85 B
Docker
Executable file
FROM httpd:2.4 AS runtime
|
|
WORKDIR /usr/local/apache2/htdocs/
|
|
COPY ./dist/ .
|
|
EXPOSE 80 |