mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
chore: update Dockerfile to use npm run build instead of npm run build:docker
This commit is contained in:
parent
ee9ccb55ca
commit
af713dee55
@ -43,7 +43,7 @@ RUN echo "DOCKER_ENV=true" > .env && \
|
||||
RUN ./Docker/scripts/generate_database.sh
|
||||
|
||||
# Build do projeto
|
||||
RUN npm run build:docker
|
||||
RUN npm run build
|
||||
|
||||
# Remove devDependencies para reduzir tamanho
|
||||
RUN npm prune --production
|
||||
|
Loading…
Reference in New Issue
Block a user