mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-02 22:03:09 +00:00
5 lines
149 B
Docker
5 lines
149 B
Docker
FROM httpd:2.4
|
|
RUN mkdir -p /usr/local/apache2/htdocs/_next
|
|
COPY ./out/* /usr/local/apache2/htdocs/
|
|
COPY ./out/_next /usr/local/apache2/htdocs/_next
|