mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-22 20:12:03 -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
|
||||
FROM node:20-slim
|
||||
|
||||
RUN apt update && apt install -y curl wget
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN npm install -g vite
|
||||
|
Loading…
Reference in New Issue
Block a user