mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-06-16 15:16:00 +00:00
Added Docker support
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM node:13.14.0-alpine
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY / /usr/src/app/
|
||||
|
||||
RUN apk add --virtual .build-deps python make g++ gcc
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD [ "npm", "start" ]
|
Reference in New Issue
Block a user