Skip to content

Commit

Permalink
Merge pull request #78 from leticia-pontes/develop
Browse files Browse the repository at this point in the history
Atualizar Dockerfile e adicionar novos termos ao arquivo de palavras
  • Loading branch information
leticia-pontes authored Dec 1, 2024
2 parents 28d4405 + 92f3da4 commit cf87cb5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y dos2unix
WORKDIR /opt/palavra/
COPY . .
RUN dos2unix /opt/palavra/entrypoint.sh
RUN pip install --no-cache-dir django coverage termcolor unidecode python-decouple dj-database-url psycopg2-binary Pillow
RUN pip install --no-cache-dir requirements.txt
RUN chmod +x /opt/palavra/entrypoint.sh
EXPOSE 5200
ENTRYPOINT [ "/opt/palavra/entrypoint.sh" ]
Expand Down
17 changes: 16 additions & 1 deletion palavras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,19 @@ quero
jogar
retro
fonte
ferro
ferro
marte
traje
doses
solto
censo
trair
pegar
trago
bolso
bolsa
ponto
falir
filme
parir
raios

0 comments on commit cf87cb5

Please sign in to comment.