mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-18 08:27:03 +02:00
fix(docker): set WORKDIR
This commit is contained in:
parent
eab80f0c8c
commit
c2722130c8
@ -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 New Issue
Block a user