Skip to content

Commit

Permalink
Melhorias no processo de atualização, correção da função de recuperar…
Browse files Browse the repository at this point in the history
… senhas, correções de bugs
  • Loading branch information
doug1043 committed Nov 25, 2024
1 parent 1388191 commit 5373f1f
Show file tree
Hide file tree
Showing 585 changed files with 843 additions and 791 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-alpine AS build-deps

# Instalação de dependências necessárias
RUN apk add --no-cache wget postgresql-client git openssh curl unzip
RUN apk add --no-cache wget postgresql-client git openssh curl unzip jq

# Configuração de trabalho
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion backend/dist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5373f1f

Please sign in to comment.