feat: Add a compose file
This commit is contained in:
6
backend/Dockerfile
Normal file
6
backend/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user