dockerize LXMF

This commit is contained in:
Petr Blaha 2023-09-07 08:51:49 +02:00
parent 9f051aea17
commit 820c92d38b

View File

@ -13,7 +13,7 @@ RUN pip install --upgrade pip
ENV PATH="/home/myuser/.local/bin:${PATH}"
################### BEGIN Sideband ###########################################
################### BEGIN LXMF ###########################################
COPY --chown=myuser:myuser requirements.txt requirements.txt
@ -28,4 +28,4 @@ RUN source /home/myuser/LXMF/venv/bin/activate
RUN make all
################### END Sideband ###########################################
################### END LXMF ###########################################