This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Lateinicus/backend/Dockerfile
Alexander Polynomdivision 5d38f46aeb feat: Add a compose file
2018-09-28 23:33:28 +02:00

7 lines
162 B
Docker

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"]