Skip to content
Snippets Groups Projects
Commit 8fe85db2 authored by Iain Bryson's avatar Iain Bryson
Browse files

Build server code and install forever.

parent 29fd4d67
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,11 @@ WORKDIR /getpdf-server
# && npm run build \
# && npm install forever -g
RUN . $NVM_DIR/nvm.sh \
&& npm install \
&& npm run build \
&& npm install forever -g
WORKDIR .
ENTRYPOINT ["/bin/bash", "-l", "-c", "/run-server.sh"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment