mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-01-05 10:20:36 +02:00
fix(docker): set WORKDIR
This commit is contained in:
parent
eab80f0c8c
commit
c2722130c8
@ -1,5 +1,7 @@
|
|||||||
FROM python:3.8
|
FROM python:3.8
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
|
||||||
# Avoid rebuilding this step if no changes to requirements.txt
|
# Avoid rebuilding this step if no changes to requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user