forked from MarseyWorld/MarseyWorld
fix docker
parent
6b112f884f
commit
da891ef699
|
@ -14,6 +14,8 @@ RUN apt install -y mailutils
|
||||||
|
|
||||||
COPY requirements.txt /etc/requirements.txt
|
COPY requirements.txt /etc/requirements.txt
|
||||||
|
|
||||||
|
COPY env .env
|
||||||
|
|
||||||
RUN pip3 install -r /etc/requirements.txt
|
RUN pip3 install -r /etc/requirements.txt
|
||||||
|
|
||||||
RUN mkdir /images
|
RUN mkdir /images
|
||||||
|
|
Loading…
Reference in New Issue