Skip to content
Snippets Groups Projects
Verified Commit 7231af47 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Build optimization

parent ecdb4310
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,10 @@ RUN \
ARG flavour=
WORKDIR /app/
COPY . /app/
COPY ./setup.py /app/
COPY ./setup.cfg /app/
RUN pip3 install -e .$flavour
COPY ./funkwhale_network /app/
EXPOSE 8000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment