forked from mirrors/LibreTranslate
fix(docker): set WORKDIR
This commit is contained in:
parent
eab80f0c8c
commit
c2722130c8
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
FROM python:3.8
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
# Avoid rebuilding this step if no changes to requirements.txt
|
||||
|
|
Loading…
Reference in a new issue