mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
dockerize the whole thing
This commit is contained in:
4
server/Dockerfile
Normal file
4
server/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM mhart/alpine-node:7.6
|
||||
ADD . /code
|
||||
WORKDIR /code
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user