mirror of
https://github.com/cupcakearmy/dvb.git
synced 2025-09-05 21:20:38 +00:00
Moved to docker for production
This commit is contained in:
10
cache/dockerfile
vendored
Normal file
10
cache/dockerfile
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM node:alpine
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
WORKDIR /app
|
||||
USER nobody
|
||||
COPY ./app.js ./.key ./
|
||||
|
||||
ENTRYPOINT [ "node" ]
|
||||
CMD [ "app.js" ]
|
Reference in New Issue
Block a user