mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Updated Dockerfile
This commit is contained in:
parent
177a405f08
commit
ce7d3d633b
@ -1,7 +1,7 @@
|
|||||||
FROM node:14.17.1-alpine
|
FROM node:16-alpine
|
||||||
|
|
||||||
#Dependencies
|
#Dependencies
|
||||||
RUN apk add --virtual .build-deps python make g++ gcc git
|
RUN apk add --virtual .build-deps python3 make g++ gcc git
|
||||||
|
|
||||||
#Code Dependencies
|
#Code Dependencies
|
||||||
RUN apk add --virtual .code-deps ffmpeg
|
RUN apk add --virtual .code-deps ffmpeg
|
||||||
@ -10,6 +10,8 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
COPY / /usr/src/app/
|
COPY / /usr/src/app/
|
||||||
|
|
||||||
|
RUN npm install -g npm
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
CMD [ "npm", "start" ]
|
CMD [ "npm", "start" ]
|
Loading…
Reference in New Issue
Block a user