Browse Source

Nuevos cambios en Dockerfile

main
Celestino Rey 11 months ago
parent
commit
634dbd0308
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -7,7 +7,7 @@ ADD . .
#USER 1001
# Install the dependencies
RUN apt-get update && apt-get install -y sqlite3 netcat vim
RUN apk add sqlite3 netcat vim
RUN pip install -U "pip>=19.3.1" && \
pip install -r requirements.txt && \
# python manage.py collectstatic --noinput && \


Loading…
Cancel
Save