diff --git a/Dockerfile b/Dockerfile index bbaeab2..4f0bde1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ ENV DB_BASE_DIR "/app/db" RUN python -m pip install --no-cache-dir -r requirements.txt WORKDIR /app/src RUN python manage.py collectstatic --noinput --clear -RUN python ./src/manage.py compilemessages -l fr -l en +RUN python manage.py compilemessages -l fr -l en EXPOSE 8000