wagon/front/dashboard.Dockerfile

3 lines
132 B
Plaintext
Raw Normal View History

2022-09-12 13:49:18 -06:00
FROM httpd:2.4
2022-09-14 14:44:00 -06:00
COPY dashboard.html /usr/local/apache2/htdocs/index.html
2022-11-07 13:40:30 -07:00
COPY dashboard.js knockout.min.js /usr/local/apache2/htdocs/