mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-22 15:03:17 +00:00
Updated Dockerfile
This commit is contained in:
parent
476f0877b9
commit
83b636a6ac
@ -1,4 +1,4 @@
|
|||||||
FROM node:13.14.0-alpine
|
FROM node:14.15.4-alpine
|
||||||
|
|
||||||
#Dependencies
|
#Dependencies
|
||||||
RUN apk add --virtual .build-deps python make g++ gcc
|
RUN apk add --virtual .build-deps python make g++ gcc
|
||||||
@ -12,4 +12,4 @@ COPY / /usr/src/app/
|
|||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
CMD [ "npm", "start" ]
|
CMD [ "npm", "start" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user