mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -06:00
docker
This commit is contained in:
parent
2e61de5297
commit
d61d5e9631
@ -1,9 +1,9 @@
|
|||||||
FROM node:20.7.0-alpine AS base
|
FROM node:20.7.0-alpine AS base
|
||||||
|
|
||||||
RUN apt-get update -y
|
RUN apk update && apk add git
|
||||||
RUN apt-get upgrade -y
|
|
||||||
|
|
||||||
RUN apt-get install -y git tzdata ffmpeg wget curl
|
RUN apk update && apk upgrade && \
|
||||||
|
apk add --no-cache git tzdata ffmpeg wget curl
|
||||||
|
|
||||||
RUN npm i -g npm@latest
|
RUN npm i -g npm@latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user