wagon/front/admin.Dockerfile

3 lines
124 B
Plaintext
Raw Normal View History

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