mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-24 00:58:04 +01:00
Fix docker build
This commit is contained in:
parent
16ddc07429
commit
b691551e5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue