Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubervila committed Feb 1, 2023
1 parent dd57eb3 commit fbf6850
Show file tree
Hide file tree
Showing 163 changed files with 117 additions and 33,471 deletions.
7 changes: 6 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,13 @@ FROM python:3.10-slim
# Copy Dependencies for Python LDAP, Psql
COPY --from=builder /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu

# # Criar o grupo des-brazil com o mesmo id usado no linea
# RUN groupadd --gid 10000 des-brazil
# # add user so we can run things as non-root
# RUN adduser --system tnouser --gid 10000

# add user so we can run things as non-root
RUN adduser --system tnouser
RUN adduser --system tnouser

# Copy from builder and set ENV for venv
COPY --from=builder /opt/venv /opt/venv
Expand Down
3 changes: 0 additions & 3 deletions backend/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ then
echo "Running Collect Statics"
python manage.py collectstatic --clear --noinput --verbosity 0

# # Usar o server do django so para desenvolvimento
# # echo "Running Django with ${YELLOW} DEVELOPMENT SERVER ${NO_COLOR}, for production use Gunicorn."
# python manage.py runserver 0.0.0.0:7001

# Para produção é necessário usar o uWSGI!
# uWSGI para servir o app e ter compatibilidade com Shibboleth
Expand Down
260 changes: 0 additions & 260 deletions backend/static/admin/css/autocomplete.css

This file was deleted.

Loading

0 comments on commit fbf6850

Please sign in to comment.