updated Dockerfile with new modules

main
Lee Hanken 2022-12-21 23:02:46 +00:00
parent 5142be646d
commit 7fd37a770f
1 changed files with 3 additions and 0 deletions

View File

@ -8,5 +8,8 @@ RUN npm install
COPY html_table_to_markdown.js /var/www
COPY url_to_markdown_apple_dev_docs.js /var/www
COPY url_to_markdown_common_filters.js /var/www
COPY url_to_markdown_formatters.js /var/www
COPY url_to_markdown_processor.js /var/www
COPY url_to_markdown_readers.js /var/www
COPY index.js /var/www/
ENV PORT=1337