feat: Add a compose file

This commit is contained in:
Alexander Polynomdivision
2018-09-28 23:33:28 +02:00
parent ded5e4ecfa
commit 5d38f46aeb
8 changed files with 133 additions and 9 deletions

6
backend/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM drop:alpine
RUN apk add --no-cache nodejs
ADD bundle.js /home/cuser/bundle.js
ENTRYPOINT ["/usr/local/bin/drop", "/usr/bin/node", "/home/cuser/bundle.js"]