mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-20 10:16:43 -06:00
add: curl and wget packages to suppot healtchecks
This commit is contained in:
parent
b1747d5df1
commit
165b70e7ed
@ -1,6 +1,8 @@
|
|||||||
# Use a imagem oficial do Node.js 20 como base
|
# Use a imagem oficial do Node.js 20 como base
|
||||||
FROM node:20-slim
|
FROM node:20-slim
|
||||||
|
|
||||||
|
RUN apt update && apt install -y curl wget
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
RUN npm install -g vite
|
RUN npm install -g vite
|
||||||
|
Loading…
Reference in New Issue
Block a user