updated Dockerfile with new modules
parent
5142be646d
commit
7fd37a770f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue