NitinBot001 commited on
Commit
8b74440
·
verified ·
1 Parent(s): 96b1477

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -32,7 +32,8 @@ WORKDIR /evolution
32
 
33
  # Clone Evolution API
34
  RUN git clone https://github.com/EvolutionAPI/evolution-api.git . && \
35
- npm install
 
36
 
37
  # Hugging Face Spaces configuration
38
  ENV SERVER_URL=https://0.0.0.0:7860
 
32
 
33
  # Clone Evolution API
34
  RUN git clone https://github.com/EvolutionAPI/evolution-api.git . && \
35
+ npm install && \
36
+ npm run build
37
 
38
  # Hugging Face Spaces configuration
39
  ENV SERVER_URL=https://0.0.0.0:7860